feat: SW-1588 Fix after rebase
This commit is contained in:
@@ -22,7 +22,6 @@ export function RoomsContainer({
|
|||||||
hotelId,
|
hotelId,
|
||||||
hotelData,
|
hotelData,
|
||||||
toDate,
|
toDate,
|
||||||
bookingCode,
|
|
||||||
}: RoomsContainerProps) {
|
}: RoomsContainerProps) {
|
||||||
const { data: session } = useSession()
|
const { data: session } = useSession()
|
||||||
const isUserLoggedIn = isValidClientSession(session)
|
const isUserLoggedIn = isValidClientSession(session)
|
||||||
@@ -41,7 +40,7 @@ export function RoomsContainer({
|
|||||||
toDateString,
|
toDateString,
|
||||||
lang,
|
lang,
|
||||||
childArray,
|
childArray,
|
||||||
bookingCode
|
booking.bookingCode
|
||||||
)
|
)
|
||||||
|
|
||||||
const { data: packages, isPending: isLoadingPackages } = useHotelPackages(
|
const { data: packages, isPending: isLoadingPackages } = useHotelPackages(
|
||||||
|
|||||||
Reference in New Issue
Block a user