From 57c7c3f96e6fdb05e2d8cccb3e4a6b24ea1d9532 Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Wed, 21 Oct 2020 18:33:51 +0300 Subject: [PATCH] lint --- src/components/Map.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Map.jsx b/src/components/Map.jsx index e41e1c6..8490e11 100644 --- a/src/components/Map.jsx +++ b/src/components/Map.jsx @@ -1,4 +1,4 @@ -/* global L */ +/* global L, Event */ import React from 'react' import { Portal } from 'react-portal' import Supercluster from 'supercluster'