Skip to content

Commit

Permalink
Update packages/berlin/src/pages/Account.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
diegoalzate and coderabbitai[bot] authored Jul 19, 2024
1 parent c5deff5 commit 9abea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/berlin/src/pages/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function AccountHub({ user }: { user: GetUserResponse | null | undefined }) {
<div>
<Subtitle>Groups</Subtitle>
<FlexColumn>
{usersToGroups?.map((userToGroup) => <Underline>- {userToGroup.group?.name}</Underline>)}
{usersToGroups?.map((userToGroup) => <Underline key={userToGroup.group?.id}>- {userToGroup.group?.name}</Underline>)}
</FlexColumn>
</div>
</FlexColumn>
Expand Down

0 comments on commit 9abea9a

Please sign in to comment.