From 01120dae3ff547349f644e451010b99243a534bb Mon Sep 17 00:00:00 2001 From: Courtneyc1 <126171978+courtneyc1@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:05:02 -0400 Subject: [PATCH] updated 2237 ticket for hiding reports page --- frontend/src/components/Header.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/Header.tsx b/frontend/src/components/Header.tsx index b80c0d45f..53fcc7ae1 100644 --- a/frontend/src/components/Header.tsx +++ b/frontend/src/components/Header.tsx @@ -247,17 +247,16 @@ const HeaderNoCtx: React.FC = (props) => { exact: false }, { title: 'Feeds', path: '/feeds', users: ALL_USERS, exact: false }, -<<<<<<< Updated upstream - /* { -======= - + + /* + hiding reprts page until finished { ->>>>>>> Stashed changes title: 'Reports', path: '/reports', users: ALL_USERS, exact: true },*/ + { title: 'Scans', path: '/scans',