From f3d6bdef6f23bbfcf3d1a8d11d2cf8865baee5c2 Mon Sep 17 00:00:00 2001 From: Mohammed Abdi Date: Wed, 27 Sep 2023 12:19:58 -0400 Subject: [PATCH] removing isadmin Signed-off-by: Mohammed Abdi --- frontend/src/pages/MCADashboard/MCADTabs.tsx | 6 ++---- frontend/src/pages/MCADashboard/MCADashboard.tsx | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/MCADashboard/MCADTabs.tsx b/frontend/src/pages/MCADashboard/MCADTabs.tsx index cbd4afe46f..3c4b7a6529 100644 --- a/frontend/src/pages/MCADashboard/MCADTabs.tsx +++ b/frontend/src/pages/MCADashboard/MCADTabs.tsx @@ -63,7 +63,7 @@ export const MCADTabs: React.FunctionComponent = () => { > - {isAdmin && ( + {/* {isAdmin && ( */} { {/* Place holder */} - )} - {isAdmin && ( + {/* {isAdmin && ( */} { {/* Place holder */} - )} {/* {isAdmin && ( = React.memo( dateFormatter={convertRangeToTime} /> */} - {isAdmin && ( + {/* {isAdmin && ( */}
= React.memo( refreshRate={refreshRate} /> */}
- )}