Skip to content

Commit

Permalink
cost-surfaces in inventory with new tiler
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Oct 26, 2023
1 parent 0c99967 commit 1ae7b8f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/layout/projects/show/map/legend/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
})
);
Expand Down

0 comments on commit 1ae7b8f

Please sign in to comment.