This commit is contained in:
Sol
2020-07-14 19:53:09 +01:00
committed by Lachlan Kermode
parent 31bdbd0313
commit 62eefca9e2

View File

@@ -139,7 +139,6 @@ function MapEvents ({
const isSelected = selected.reduce((acc, event) => {
return acc || (event.latitude === location.latitude && event.longitude === location.longitude)
}, false)
return (
<g