From 6aa1f28c9667a90c1a88b32c379c516bcf6a2436 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Fri, 17 Jul 2020 19:06:52 +1000 Subject: [PATCH] Fix crash with map size settings --- src/components/map/MapSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/map/MapSettings.js b/src/components/map/MapSettings.js index 66455c8..31743eb 100644 --- a/src/components/map/MapSettings.js +++ b/src/components/map/MapSettings.js @@ -125,7 +125,7 @@ function MapSettings({ Show Grid - {map.type !== "default" && ( + {!mapEmpty && map.type !== "default" && (