fix(SW-1111) moved MapContainer
This commit is contained in:
@@ -43,16 +43,16 @@ export default async function SelectHotelMapPage({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.main}>
|
<div className={styles.main}>
|
||||||
<Suspense key={city.id} fallback={<SelectHotelMapContainerSkeleton />}>
|
|
||||||
<MapContainer>
|
<MapContainer>
|
||||||
|
<Suspense key={city.id} fallback={<SelectHotelMapContainerSkeleton />}>
|
||||||
<SelectHotelMapContainer
|
<SelectHotelMapContainer
|
||||||
city={city}
|
city={city}
|
||||||
searchParams={searchParams}
|
searchParams={searchParams}
|
||||||
adultsInRoom={adultsInRoom}
|
adultsInRoom={adultsInRoom}
|
||||||
childrenInRoom={childrenInRoom}
|
childrenInRoom={childrenInRoom}
|
||||||
/>
|
/>
|
||||||
</MapContainer>
|
|
||||||
</Suspense>
|
</Suspense>
|
||||||
|
</MapContainer>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user