mirror of https://github.com/vector-im/riot-web
add key to make React happier
parent
4997676f5d
commit
252484fcd9
|
@ -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…
Reference in New Issue