diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-17 22:32:04 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:06:04 +0200 |
| commit | 9f86ae6de969baa625e3341c796c64f63b5153ce (patch) | |
| tree | 190142db0870268dfaad88bb98758bf9ad5f08cd /src/components | |
| parent | eb208a7e2fd020ab5d07d11cc6d52d1e3dcfcc7c (diff) | |
Fix building sidebar content bug
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/map/groups/GridGroup.js | 1 |
1 files changed, 1 insertions, 0 deletions
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} /> ))} </Group> |
