diff --git a/src/components/src/map/map-legend.tsx b/src/components/src/map/map-legend.tsx index d380445e27..2932740077 100644 --- a/src/components/src/map/map-legend.tsx +++ b/src/components/src/map/map-legend.tsx @@ -435,15 +435,7 @@ function MapLegendFactory( onLayerVisConfigChange, actionIcons = defaultActionIcons }) => ( -
+
{layers.map((layer, index) => { if (!layer.isValidToSave() || layer.config.hidden) { return null;