Commit 6f50335 1 parent 4589f27 commit 6f50335 Copy full SHA for 6f50335
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export default function MapLayout({
88
88
< LoadableMapView width = { width } height = { height } key = "map" />
89
89
< BlurLayer active = { blur } style = { { zIndex : 1000 } } />
90
90
< div style = { { zIndex : 2000 } } > { children } </ div >
91
- < StyledToastContainer position = "bottom-center" stacked />
91
+ { /* <StyledToastContainer position="bottom-center" stacked />*/ }
92
92
</ main >
93
93
</ GlobalMapContextProvider >
94
94
</ MapFilterContextProvider >
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ export default function MapView(props: IProps) {
209
209
{ mapLoaded && (
210
210
< MapLayers onInteractiveLayersChange = { setInteractiveLayerIds } />
211
211
) }
212
- { mapLoaded && < AcPoiLayers /> }
212
+ { /*{ mapLoaded && <AcPoiLayers />}*/ }
213
213
< GeolocateButton />
214
214
< NavigationControl
215
215
position = "bottom-right"
You can’t perform that action at this time.
0 commit comments