feat: SW-1588 Fixed rebase issues

This commit is contained in:
Hrishikesh Vaipurkar
2025-02-25 14:10:32 +01:00
parent 7fe217826d
commit 6e9123aca9
3 changed files with 2 additions and 12 deletions

View File

@@ -33,13 +33,8 @@ export default async function SelectRatePage({
if (!searchDetails?.hotel) {
return notFound()
}
const {
hotel,
adultsInRoom,
childrenInRoom,
selectHotelParams,
bookingCode,
} = searchDetails
const { hotel, adultsInRoom, childrenInRoom, selectHotelParams } =
searchDetails
const { fromDate, toDate } = getValidDates(
selectHotelParams.fromDate,