From 73cd1e157902ddf8b382834b02c8284c46c17983 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Mon, 15 May 2023 00:59:40 -0400 Subject: [PATCH] pff --- lightning/src/components/map/MapScatLayer.tsx | 1 - 1 file changed, 1 deletion(-) 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) {