fix: rename children to childrenInRoom

This commit is contained in:
Christel Westerberg
2025-01-14 12:25:17 +01:00
parent b2935114e3
commit bcae63e3fc
26 changed files with 104 additions and 91 deletions

View File

@@ -23,8 +23,8 @@ export default async function SelectHotelMapPage({
const {
city,
adultsInRoom,
childrenInRoomString,
childrenInRoom,
childrenInRoomArray,
selectHotelParams,
} = searchDetails
@@ -41,8 +41,8 @@ export default async function SelectHotelMapPage({
city={city}
selectHotelParams={selectHotelParams}
adultsInRoom={adultsInRoom}
childrenInRoomString={childrenInRoomString}
childrenInRoom={childrenInRoom}
child={childrenInRoomArray}
/>
</Suspense>
</MapContainer>