Skip to content

Commit 4f725be

Browse files
committed
lint: fixed
1 parent 9ed45fb commit 4f725be

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/components/Map.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export const Map = () => {
7979
const [currentHover, setCurrentHover] = useState<Building | null>(null);
8080
const [debouncedCurrentHover] = useDebounceValue(currentHover, 50);
8181

82-
8382
const styleArray = isDarkMode ? MAPBOX_STYLE_DARK : MAPBOX_STYLE_LIGHT;
8483

8584
// Get current location of user

0 commit comments

Comments
 (0)