Skip to content

Commit

Permalink
FIX: make jobs accessible in navbar for both roles
Browse files Browse the repository at this point in the history
  • Loading branch information
powersaudrey25 committed Feb 21, 2024
1 parent 890dda7 commit 2473fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job-monitoring-app/frontend/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const Navbar = () => {
to: "/jobs",
name: "Jobs",
id: "jobs",
show: currentUser?.role === "provider"
show: !!currentUser
},
{
to: "/analytics",
Expand Down

0 comments on commit 2473fbe

Please sign in to comment.