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