There was an error while loading. Please reload this page.
1 parent 9ed45fb commit 4f725beCopy full SHA for 4f725be
1 file changed
frontend/components/Map.tsx
@@ -79,7 +79,6 @@ export const Map = () => {
79
const [currentHover, setCurrentHover] = useState<Building | null>(null);
80
const [debouncedCurrentHover] = useDebounceValue(currentHover, 50);
81
82
-
83
const styleArray = isDarkMode ? MAPBOX_STYLE_DARK : MAPBOX_STYLE_LIGHT;
84
85
// Get current location of user
0 commit comments