Skip to content

Commit

Permalink
Update src/header.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Thibaut Sardan <[email protected]>
  • Loading branch information
wirednkod and Tbaut authored Sep 18, 2024
1 parent 4403589 commit 8a4c08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const Header = () => {
/>
{account.name}
</DropdownMenuItem>
{index !== accounts.length - 1 && <DropdownMenuSeparator />}
{index !== accounts.length - 1 && <DropdownMenuSeparator key={`${account.address}-separator`} />}
</>
))}
<DropdownMenuSeparator />
Expand Down

0 comments on commit 8a4c08b

Please sign in to comment.