From 8e5e3e0b5e83f4e6c874914d1d111f45dfeeaa0d Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 19 Oct 2023 14:58:47 -0400 Subject: [PATCH] Everything --- app/src/frontend/map/layers/city-base-map-layer.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/frontend/map/layers/city-base-map-layer.tsx b/app/src/frontend/map/layers/city-base-map-layer.tsx index 5902d1a7..8cd3f1af 100644 --- a/app/src/frontend/map/layers/city-base-map-layer.tsx +++ b/app/src/frontend/map/layers/city-base-map-layer.tsx @@ -23,9 +23,7 @@ export function CityMap() { }, []); return ( -
-
); }