diff --git a/apps/scandic-web/components/HotelReservation/SelectRate/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/index.tsx index f18866a30..377bec4e2 100644 --- a/apps/scandic-web/components/HotelReservation/SelectRate/index.tsx +++ b/apps/scandic-web/components/HotelReservation/SelectRate/index.tsx @@ -33,8 +33,13 @@ export default async function SelectRatePage({ if (!searchDetails?.hotel) { return notFound() } - const { hotel, adultsInRoom, childrenInRoom, selectHotelParams, bookingCode } = - searchDetails + const { + hotel, + adultsInRoom, + childrenInRoom, + selectHotelParams, + bookingCode, + } = searchDetails const { fromDate, toDate } = getValidDates( selectHotelParams.fromDate,