Skip to content

Commit

Permalink
refactor: fix lint condition
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Nov 3, 2024
1 parent 66d2460 commit 3a712e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/gpx-map.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from "react";
import { DeckGL, DeckGLProps } from "@deck.gl/react";
import { LayersList, Layer } from "@deck.gl/core";
import { LayersList } from "@deck.gl/core";
import { GpxLayer } from "../layers/gpx-layer";
import { GeoJsonLayer } from "@deck.gl/layers";

Expand Down Expand Up @@ -57,7 +57,6 @@ export function GpxMap({
onDataLoad: onGpxLoad,
});


return (
<DeckGL
{...deckGlProps}
Expand Down

0 comments on commit 3a712e5

Please sign in to comment.