From 9f86ae6de969baa625e3341c796c64f63b5153ce Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sun, 17 Sep 2017 22:32:04 +0200 Subject: Fix building sidebar content bug --- src/components/map/groups/GridGroup.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/map') diff --git a/src/components/map/groups/GridGroup.js b/src/components/map/groups/GridGroup.js index 7affeced..1af29f6e 100644 --- a/src/components/map/groups/GridGroup.js +++ b/src/components/map/groups/GridGroup.js @@ -21,6 +21,7 @@ const GridGroup = () => ( points={points} stroke={GRID_COLOR} strokeWidth={GRID_LINE_WIDTH_IN_PIXELS} + listening={false} /> ))} -- cgit v1.2.3