From 4107058ec6a1cab624695774d7a146bab08b2e7e Mon Sep 17 00:00:00 2001 From: efarooqui Date: Wed, 21 Oct 2020 20:54:25 -0700 Subject: [PATCH] Trailing comma --- src/store/initial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/initial.js b/src/store/initial.js index 3fb2a21..d83736d 100644 --- a/src/store/initial.js +++ b/src/store/initial.js @@ -51,7 +51,7 @@ const initial = { minZoom: 2, maxZoom: 16, bounds: null, - maxBounds: [[180, -180], [-180, 180]], + maxBounds: [[180, -180], [-180, 180]] }, cluster: { radius: 30,