diff --git a/web/src/components/App.js b/web/src/components/App.js index e2e0c870..7637f156 100644 --- a/web/src/components/App.js +++ b/web/src/components/App.js @@ -158,15 +158,12 @@ const Sender = (props) => { backgroundColor: (theme) => theme.palette.mode === 'light' ? theme.palette.grey[100] : theme.palette.grey[900] }} > - + {false && - - - - - setPriorityAnchorEl(ev.currentTarget)}> + } + {false && setPriorityAnchorEl(ev.currentTarget)}> - + } { Priority {p} )} -
- -
- -
-
+