This commit is contained in:
Sol
2020-07-14 19:47:16 +01:00
committed by Lachlan Kermode
parent dfeebce4b5
commit c8768f643b

View File

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