From 7c47757ef57885accd2a12c365ec17c65eed991d Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Fri, 27 Oct 2023 16:08:25 -0400 Subject: [PATCH] Remove switch theme --- app/src/frontend/map/map.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/src/frontend/map/map.tsx b/app/src/frontend/map/map.tsx index 56a51e97..4c8762d4 100644 --- a/app/src/frontend/map/map.tsx +++ b/app/src/frontend/map/map.tsx @@ -149,10 +149,7 @@ export const ColouringMap: FC = ({ mapColourScale={mapColourScale} onMapColourScale={onMapColourScale} /> - + {showLayerSelection == "enabled" ? ( <>