Skip to content

Commit

Permalink
fix: ensure subrecipients option shows up in nav-bar (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
as1729 authored Oct 2, 2024
1 parent 18864fe commit e3b72b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Navigation = () => {
</NavLink>
</Nav.Item>
)}
{hasRole(ROLES.USDR_ADMIN) && (
{canViewAdminTabs && (
<Nav.Item>
<NavLink
to={routes.subrecipients()}
Expand Down

0 comments on commit e3b72b6

Please sign in to comment.