add key to make React happier

pull/21833/head
Michael Telatynski 2020-11-05 17:01:20 +00:00
parent 4997676f5d
commit 252484fcd9
1 changed files with 1 additions and 1 deletions

View File

@ -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