Skip to content

Commit 62db6ea

Browse files
mbarrenecheaKevSanchez
authored andcommitted
Fix eslint
1 parent da3ca90 commit 62db6ea

File tree

1 file changed

+1
-1
lines changed
  • client/src/containers/map/layer-manager

1 file changed

+1
-1
lines changed

client/src/containers/map/layer-manager/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const LayerManager = () => {
5454
}, [layers, layersSettings, setLayersSettings]);
5555

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

0 commit comments

Comments
 (0)