feat: SW-1588 Fixed rebase issues
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user