Skip to content

Commit

Permalink
Update src/Navigation/NameDropdown.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Guille <[email protected]>
  • Loading branch information
charleslavon and gagdiez authored Jun 27, 2024
1 parent b511717 commit 58c4a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Navigation/NameDropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ return (
<Widget
src="${REPL_ACCOUNT}/widget/DIG.DropdownMenu"
props={{
trigger: profile.name,
trigger: profile.name || accountId,
items: menuItems,
}}
/>
Expand Down

0 comments on commit 58c4a4a

Please sign in to comment.