Skip to content

Commit

Permalink
Merge branch 'dev' into feat/srs-201
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhila-aot committed Jan 3, 2024
2 parents ea09ef1 + a58464f commit 75219ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/components/navigation/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Header = () => {
<Dropdown.Menu>
{auth.user?.profile.identity_provider === "bceid" && ( //Only BCEID/Public Users should be able to edit their profile
<Dropdown.Item
tag={Button}
as="button"
onClick={() => {
navigate("/profile");
}}
Expand All @@ -39,7 +39,7 @@ const Header = () => {
</Dropdown.Item>
)}
<Dropdown.Item
tag={Button}
as="button"
onClick={() => {
navigate("/dashboard");
}}
Expand Down

0 comments on commit 75219ec

Please sign in to comment.