add key to make React happier

This commit is contained in:
Michael Telatynski 2020-11-05 17:01:20 +00:00
parent 4997676f5d
commit 252484fcd9

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