Fix crash with map size settings
This commit is contained in:
parent
5e6f3537b4
commit
6aa1f28c96
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user