Skip to content

Commit

Permalink
add key
Browse files Browse the repository at this point in the history
  • Loading branch information
caichi-t committed Oct 29, 2024
1 parent c66aadf commit 36f68b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/molecules/Member/MemberTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const MemberTable: React.FC<Props> = ({
<>
<RemoveUsers>
{users.map(user => (
<RemoveUser>
<RemoveUser key={user.id}>
<UserAvatar username={user.name} />
<UserInfoWrapper>
<UserInfo>{user.name}</UserInfo>
Expand Down

0 comments on commit 36f68b2

Please sign in to comment.