From 60dda8cb4820e72c4ea96594991c1a82f4fbf330 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Fri, 27 Oct 2023 14:19:53 -0400 Subject: [PATCH] Test with legend menu 2 --- app/src/frontend/map/map.tsx | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/app/src/frontend/map/map.tsx b/app/src/frontend/map/map.tsx index ef9a18f1..568573fc 100644 --- a/app/src/frontend/map/map.tsx +++ b/app/src/frontend/map/map.tsx @@ -139,39 +139,7 @@ export const ColouringMap: FC = ({ left: "0", right: "0", }} - > - {mode !== "basic" && ( - <> - - - - {showLayerSelection == "enabled" ? ( - <> - - - - - - - - - - - ) : ( - <> - )} - {/* TODO change remaining ones*/} - - - )} - + > ); };