Skip to content

Commit

Permalink
updating feeds page
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyc1 committed Sep 26, 2023
1 parent 6a498bf commit 3c00195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,15 +248,15 @@ const HeaderNoCtx: React.FC<ContextType> = (props) => {
},

/*
Hiding Feeds page until finished
Hiding Feeds page until finished.
{ title: 'Feeds',
path: '/feeds',
users: ALL_USERS,
exact: false
},*/

/*
Hiding Reports page until finished
Hiding Reports page until finished.
{
title: 'Reports',
path: '/reports',
Expand Down

0 comments on commit 3c00195

Please sign in to comment.