Fix crash with map size settings
This commit is contained in:
parent
5e6f3537b4
commit
6aa1f28c96
@ -125,7 +125,7 @@ function MapSettings({
|
|||||||
Show Grid
|
Show Grid
|
||||||
</Label>
|
</Label>
|
||||||
</Flex>
|
</Flex>
|
||||||
{map.type !== "default" && (
|
{!mapEmpty && map.type !== "default" && (
|
||||||
<Flex my={2} sx={{ alignItems: "center" }}>
|
<Flex my={2} sx={{ alignItems: "center" }}>
|
||||||
<Box sx={{ width: "50%" }}>
|
<Box sx={{ width: "50%" }}>
|
||||||
<Label>Quality</Label>
|
<Label>Quality</Label>
|
||||||
|
Loading…
Reference in New Issue
Block a user