Skip to content

Commit

Permalink
download certificate button added & working
Browse files Browse the repository at this point in the history
  • Loading branch information
divitcr7 committed Aug 8, 2024
1 parent 9c4fbfc commit 01b1fc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/navbar/top-navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ const DesktopResearcherLinks = () => {
const NavMenu: React.FC = () => {
const [opened, setOpened] = useState(false);
const user = useCurrentUser();
console.log(user)

const isMobile = useIsMobileDevice();

Expand Down

0 comments on commit 01b1fc7

Please sign in to comment.