Removed label from map note menu

This commit is contained in:
Mitchell McCaffrey 2020-11-05 13:40:50 +11:00
parent dcdbb1ea98
commit 807a1be626

View File

@ -113,14 +113,6 @@ function MapNoteMenu({
}}
sx={{ alignItems: "center" }}
>
<Text
as="label"
variant="body2"
sx={{ width: "45%", fontSize: "16px" }}
p={1}
>
Label:
</Text>
<Input
id="changeNoteText"
onChange={handleTextChange}