From 3fbaeb2f7af8f6a70ec9a8f89ce1ae379a6839d0 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 19 Oct 2023 14:34:07 -0400 Subject: [PATCH] Add className map-container-3 --- app/src/frontend/map/layers/city-base-map-layer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6e2b183d..c5693e6f 100644 --- a/app/src/frontend/map/layers/city-base-map-layer.tsx +++ b/app/src/frontend/map/layers/city-base-map-layer.tsx @@ -24,7 +24,7 @@ export function CityMap() { return (
-
+
); }