Skip to content

Commit

Permalink
refactor: apply lint conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Nov 3, 2024
1 parent fc46368 commit ac8c83b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/gpx-map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,7 @@ export function GpxMap({
onDataLoad: onGpxLoad,
});

const layers = [
...baseLayers,
...auxLayers,
gpxLayer,
...annotationLayers,
];
const layers = [...baseLayers, ...auxLayers, gpxLayer, ...annotationLayers];

return (
<DeckGL
Expand Down

0 comments on commit ac8c83b

Please sign in to comment.