From 2a3deed7398cc292ca45fe4048afac2331d4bb26 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Fri, 17 Jul 2020 12:50:52 +1000 Subject: [PATCH] Fix map quality setting for default maps --- src/components/map/MapSettings.js | 55 ++++++++++++++++--------------- 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/src/components/map/MapSettings.js b/src/components/map/MapSettings.js index 10c0215..1bfed32 100644 --- a/src/components/map/MapSettings.js +++ b/src/components/map/MapSettings.js @@ -110,32 +110,35 @@ function MapSettings({ Show Grid - - - - - - - + {map.type !== "default" && ( + + + + + + + + )}