Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarrenechea authored and KevSanchez committed Jul 1, 2024
1 parent da3ca90 commit 62db6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/map/layer-manager/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const LayerManager = () => {
}, [layers, layersSettings, setLayersSettings]);

const LAYERS = layers.toSorted((a) => {
const bottomSlugs = ["rangeland-system", "rangeland-biomes", "rangeland-ecoregions"]
const bottomSlugs = ["rangeland-system", "rangeland-biomes", "rangeland-ecoregions"];
return bottomSlugs.includes(a) ? 1 : -1;
});

Expand Down

0 comments on commit 62db6ea

Please sign in to comment.