diff --git a/lightning/src/components/map/MapScatLayer.tsx b/lightning/src/components/map/MapScatLayer.tsx index 75a9046..b18a909 100644 --- a/lightning/src/components/map/MapScatLayer.tsx +++ b/lightning/src/components/map/MapScatLayer.tsx @@ -12,7 +12,6 @@ type ScatData = { coordinates: number[] } - export default function MapScatLayer(props: any) { function onHover(info, event) {