Skip to content

Commit

Permalink
Fix TS linting
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 2, 2024
1 parent 57c6593 commit c6c6c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/MapView/LayerControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class LayerControl implements IControl {
const select = document.createElement('select');
this.container.appendChild(select);

let rasterLayers = map
const rasterLayers = map
.getLayersOrder()
.map((l) => map.getLayer(l))
.filter((layer) => !!layer)
Expand Down

0 comments on commit c6c6c3b

Please sign in to comment.