Iterate PR

This commit is contained in:
Jaiwanth
2021-06-29 10:36:24 +05:30
parent de6bc3f2ed
commit 025a7eb9a5
4 changed files with 78 additions and 84 deletions

View File

@@ -77,7 +77,7 @@ const EventListSummary: React.FC<IProps> = ({
</React.Fragment>;
} else {
const avatars = summaryMembers.map((m, idx) =>
<MemberAvatar key={m.userId + idx} member={m} width={14} height={14} />);
<MemberAvatar key={m.userId} member={m} width={14} height={14} />);
body = (
<div className="mx_EventTile_line">
<div className="mx_EventTile_info">