From 62eefca9e2ddc7d2dc31660c21d25698937920bc Mon Sep 17 00:00:00 2001 From: Sol Date: Tue, 14 Jul 2020 19:53:09 +0100 Subject: [PATCH] lint fix --- src/components/presentational/Map/Events.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/presentational/Map/Events.jsx b/src/components/presentational/Map/Events.jsx index ebfab2f..337ee98 100644 --- a/src/components/presentational/Map/Events.jsx +++ b/src/components/presentational/Map/Events.jsx @@ -139,7 +139,6 @@ function MapEvents ({ const isSelected = selected.reduce((acc, event) => { return acc || (event.latitude === location.latitude && event.longitude === location.longitude) }, false) - return (