diff --git a/apps/dispatch/app/_components/map/BaseMaps.tsx b/apps/dispatch/app/_components/map/BaseMaps.tsx index ba27c113..5e3fdfbc 100644 --- a/apps/dispatch/app/_components/map/BaseMaps.tsx +++ b/apps/dispatch/app/_components/map/BaseMaps.tsx @@ -103,7 +103,7 @@ const HeliportsLayer = () => { useEffect(() => { const handleZoom = () => { - setIsVisible(map.getZoom() > 9); + setIsVisible(map.getZoom() > 8); }; handleZoom();