Skip to content

Commit 6f50335

Browse files
committed
chore: disable toasts and aci poi layers
1 parent 4589f27 commit 6f50335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/App/MapLayout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default function MapLayout({
8888
<LoadableMapView width={width} height={height} key="map" />
8989
<BlurLayer active={blur} style={{ zIndex: 1000 }} />
9090
<div style={{ zIndex: 2000 }}>{children}</div>
91-
<StyledToastContainer position="bottom-center" stacked />
91+
{/*<StyledToastContainer position="bottom-center" stacked />*/}
9292
</main>
9393
</GlobalMapContextProvider>
9494
</MapFilterContextProvider>

src/components/Map/MapView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export default function MapView(props: IProps) {
209209
{mapLoaded && (
210210
<MapLayers onInteractiveLayersChange={setInteractiveLayerIds} />
211211
)}
212-
{mapLoaded && <AcPoiLayers />}
212+
{/*{mapLoaded && <AcPoiLayers />}*/}
213213
<GeolocateButton />
214214
<NavigationControl
215215
position="bottom-right"

0 commit comments

Comments
 (0)