Skip to content

Commit

Permalink
updated 2237 ticket for hiding reports page
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyc1 committed Sep 13, 2023
1 parent d927fb0 commit 01120da
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,17 +247,16 @@ const HeaderNoCtx: React.FC<ContextType> = (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',
Expand Down

0 comments on commit 01120da

Please sign in to comment.