diff --git a/app/layout/projects/show/map/legend/hooks/index.ts b/app/layout/projects/show/map/legend/hooks/index.ts index a7b2fea733..98b8d0dabf 100644 --- a/app/layout/projects/show/map/legend/hooks/index.ts +++ b/app/layout/projects/show/map/legend/hooks/index.ts @@ -60,12 +60,7 @@ export const useCostSurfaceLegend = () => { setLayerSettings({ id, settings: { -<<<<<<< HEAD visibility: id !== costSurfaceId ? false : !layerSettings[costSurfaceId]?.visibility, -======= - visibility: - id !== costSurfaceId ? false : !layerSettings[costSurfaceId]?.visibility || true, ->>>>>>> 18e9b711e (WIP) }, }) );