Fix crash with map size settings

This commit is contained in:
Mitchell McCaffrey 2020-07-17 19:06:52 +10:00
parent 5e6f3537b4
commit 6aa1f28c96

View File

@ -125,7 +125,7 @@ function MapSettings({
Show Grid
</Label>
</Flex>
{map.type !== "default" && (
{!mapEmpty && map.type !== "default" && (
<Flex my={2} sx={{ alignItems: "center" }}>
<Box sx={{ width: "50%" }}>
<Label>Quality</Label>