From b0f6fa7e45386e1a1acaa30ff44a53afcc49ec35 Mon Sep 17 00:00:00 2001 From: Hrishikesh Vaipurkar Date: Thu, 20 Feb 2025 11:12:12 +0100 Subject: [PATCH] feat: SW-1588 Fix after rebase --- .../HotelReservation/SelectRate/RoomsContainer/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/index.tsx index 7c4c70a35..a0fbe6088 100644 --- a/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/index.tsx +++ b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/index.tsx @@ -22,7 +22,6 @@ export function RoomsContainer({ hotelId, hotelData, toDate, - bookingCode, }: RoomsContainerProps) { const { data: session } = useSession() const isUserLoggedIn = isValidClientSession(session) @@ -41,7 +40,7 @@ export function RoomsContainer({ toDateString, lang, childArray, - bookingCode + booking.bookingCode ) const { data: packages, isPending: isLoadingPackages } = useHotelPackages(