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