Skip to content

Commit

Permalink
Merge pull request #1 from stephenfreelance/main
Browse files Browse the repository at this point in the history
hide display geo custom zones
  • Loading branch information
stephenfreelance authored Aug 19, 2024
2 parents 9a437b6 + d6563d6 commit b767072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Map/controls/MapControlLayerDisplay/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const ComponentInner: React.FC<ComponentInnerProps> = ({ layers, customZoneLayer
</div>
) : null,
)}
<div className={classes['layers-section']}>
{/* <div className={classes['layers-section']}>
<h3 className={classes['layers-section-title']}>Contours des zones à enjeux</h3>
<Stack className={classes['layers-section-group']} gap="xs">
{customZoneLayers.map((customZoneLayer) => (
Expand Down Expand Up @@ -129,7 +129,7 @@ const ComponentInner: React.FC<ComponentInnerProps> = ({ layers, customZoneLayer
/>
))}
</Stack>
</div>
</div> */}
</>
);
};
Expand Down

0 comments on commit b767072

Please sign in to comment.