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*/} - - - )} - + > ); };