feat(SW-340): Added HotelCardDialog component
This commit is contained in:
@@ -18,6 +18,7 @@ export default function InteractiveMap({
|
||||
activePoi,
|
||||
hotelPins,
|
||||
activeHotelPin,
|
||||
hotels,
|
||||
mapId,
|
||||
closeButton,
|
||||
onActivePoiChange,
|
||||
@@ -54,6 +55,8 @@ export default function InteractiveMap({
|
||||
<HotelListingMapContent
|
||||
activeHotelPin={activeHotelPin}
|
||||
hotelPins={hotelPins}
|
||||
onActiveHotelPinChange={onActiveHotelPinChange}
|
||||
hotels={hotels}
|
||||
/>
|
||||
)}
|
||||
{pointsOfInterest && (
|
||||
|
||||
Reference in New Issue
Block a user