mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Add key prop to memberlist summary
This commit is contained in:
parent
23e764604c
commit
2a1d32f4d5
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
|
||||
ret.push(
|
||||
<MemberEventListSummary events={summarisedEvents}>
|
||||
<MemberEventListSummary key={mxEv.getId()} events={summarisedEvents}>
|
||||
{eventTiles}
|
||||
</MemberEventListSummary>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue