Skip to content

Commit

Permalink
updating the nav bar to hide feeds page until finished (#2255)
Browse files Browse the repository at this point in the history
* updating the nav bar to hide feeds page until finished

* updating feeds page

* fixing lint issue

* fixing lint issue (2)

* fixing test 1

* updating changes made to feeder and fixing test

* fixing test section on checks

* fixing test
  • Loading branch information
courtneyc1 authored Sep 27, 2023
1 parent ef2c654 commit efaea08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
9 changes: 8 additions & 1 deletion frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,14 @@ const HeaderNoCtx: React.FC<ContextType> = (props) => {
users: ALL_USERS,
exact: false
},
{ title: 'Feeds', path: '/feeds', users: ALL_USERS, exact: false },

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

/*
Hiding Reports page until finished
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,6 @@ exports[`Header component matches snapshot 1`] = `
Inventory
</a>
</div>
<div
class="css-g2ra7n"
>
<a
class="NavItem-link"
href="/feeds"
style="outline: none;"
>
Feeds
</a>
</div>
</div>
<div
class="Header-spacing"
Expand Down

0 comments on commit efaea08

Please sign in to comment.