PR Fixes
This commit is contained in:
@@ -75,6 +75,8 @@ export function createQueryParamsForEnterDetails(
|
||||
...bookingSearchParams,
|
||||
])
|
||||
|
||||
searchParams.set(`hotel`, hotel)
|
||||
|
||||
rooms.forEach((item, index) => {
|
||||
if (item?.adults) {
|
||||
searchParams.set(`room[${index}].adults`, item.adults.toString())
|
||||
|
||||
Reference in New Issue
Block a user