Skip to content

Commit

Permalink
Fix duplicate id.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Jan 29, 2024
1 parent 821383e commit 8dabb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/client/components/NavigationLoggedIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function NavigationLoggedIn({ currentPath, onSignout, user }) {
</MenuItem>
<NavDropdown
className="dropdown-user hidden-xs cursor-pointer"
id="support-dropdown"
id="profile-dropdown"
pullRight
title={
<>
Expand Down

0 comments on commit 8dabb5f

Please sign in to comment.