add key to make React happier
This commit is contained in:
parent
4997676f5d
commit
252484fcd9
1 changed files with 1 additions and 1 deletions
|
@ -964,7 +964,7 @@ class CreationGrouper {
|
|||
summaryText = _t("%(creator)s created and configured the room.", { creator });
|
||||
}
|
||||
|
||||
ret.push(<NewRoomIntro />);
|
||||
ret.push(<NewRoomIntro key="newroomintro" />);
|
||||
|
||||
ret.push(
|
||||
<EventListSummary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue