Merged in chore/move-enter-details (pull request #2778)
Chore/move enter details Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useIntl } from "react-intl"
|
||||
|
||||
import { getFeatureDescription } from "@scandic-hotels/booking-flow/utils/getRoomFeatureDescription"
|
||||
import { getRoomFeatureDescription } from "@scandic-hotels/booking-flow/utils/getRoomFeatureDescription"
|
||||
import { RoomPackageCodeEnum } from "@scandic-hotels/trpc/enums/roomFilter"
|
||||
|
||||
import { useMyStayStore } from "@/stores/my-stay"
|
||||
@@ -19,7 +19,7 @@ export default function Packages() {
|
||||
)
|
||||
)
|
||||
.map((item) =>
|
||||
getFeatureDescription(item.code, item.description, intl)
|
||||
getRoomFeatureDescription(item.code, item.description, intl)
|
||||
) || []
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user