diff --git a/src/frontend/src/components/MapLegends.tsx b/src/frontend/src/components/MapLegends.tsx index 3fde7ad96..9289a1a4f 100755 --- a/src/frontend/src/components/MapLegends.tsx +++ b/src/frontend/src/components/MapLegends.tsx @@ -52,26 +52,23 @@ const MapLegends = ({ defaultTheme }: { defaultTheme: any }) => { const LegendListItem = ({ data }: { data: mapDetialsType }) => { return (
{data.value}
+ {data.type !== 'locked' ? ( + + ) : ( +{data.value}
Legend
+LEGEND