From 2e92be0f23f4cec99b3a05989dc7067beeaa0a20 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sat, 26 Mar 2022 09:32:13 -0400 Subject: [PATCH] Remove other fields --- web/src/components/App.js | 40 +++++++++++++-------------------------- 1 file changed, 13 insertions(+), 27 deletions(-) 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} )} -
- -
- -
-
+