From 4b3936eb26802a1cc4149bf6c17b5afbcb64db96 Mon Sep 17 00:00:00 2001 From: stdavis Date: Mon, 18 Nov 2024 15:43:57 -0700 Subject: [PATCH] chore: remove unnecessary positioning for busybar --- src/components/MapContainer.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/MapContainer.tsx b/src/components/MapContainer.tsx index fdaaa2f..9bd6d80 100644 --- a/src/components/MapContainer.tsx +++ b/src/components/MapContainer.tsx @@ -111,11 +111,7 @@ export const MapContainer = ({ return (
{selectorOptions?.view && } - {mapView.current && ( -
- -
- )} + {mapView.current && }
); };