Skip to content

Commit

Permalink
Merge pull request #594 from bcgov/fix/pipeline-error
Browse files Browse the repository at this point in the history
fix: dropdown tag
  • Loading branch information
acoard-aot authored Jan 3, 2024
2 parents fca3e5f + 23f2f32 commit f899dee
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 f899dee

Please sign in to comment.