Skip to content

Commit

Permalink
Remove unused buttons in Navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
szelongq committed Nov 14, 2023
1 parent 8b0c8ac commit aec7c75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ export default function Navbar() {

let settings = [
{ name: "Profile", onclick: () => navigate("/profile", { replace: true }) },
{ name: "Account", onclick: handleCloseUserMenu },
{ name: "Dashboard", onclick: handleCloseUserMenu },
{ name: "Logout", onclick: logout },
];
if (user?.role === "master") {
Expand Down

0 comments on commit aec7c75

Please sign in to comment.