mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-11 12:58:35 +03:00
lint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user