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