Skip to content

Commit

Permalink
Added Achievements to admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
Coder-Srinivas committed Oct 2, 2024
1 parent a65747e commit 0fd2c79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/navbar/top-navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export const TopNavBar: React.FC<TopNavBarProps> = ({ className }) => {
}}
>
{!isMobile &&
!user.isAdministrator &&
!user.isResearcher && (
<NavbarStyledLink to='/studies'>
<Flex
Expand All @@ -107,7 +106,6 @@ export const TopNavBar: React.FC<TopNavBarProps> = ({ className }) => {
)}

{!isMobile &&
!user.isAdministrator &&
!user.isResearcher && (
<NavbarStyledLink
to='/achievements'
Expand Down

0 comments on commit 0fd2c79

Please sign in to comment.