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