Simplified map quality label

This commit is contained in:
Mitchell McCaffrey 2020-07-17 16:32:31 +10:00
parent 067e672d55
commit 9f81a64fd3

View File

@ -124,7 +124,7 @@ function MapSettings({
{map.type !== "default" && (
<Flex my={2} sx={{ alignItems: "center" }}>
<Box sx={{ width: "50%" }}>
<Label>Map Quality</Label>
<Label>Quality</Label>
<Select
my={1}
value={!mapEmpty && map.quality}