mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
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 });
|
summaryText = _t("%(creator)s created and configured the room.", { creator });
|
||||||
}
|
}
|
||||||
|
|
||||||
ret.push(<NewRoomIntro />);
|
ret.push(<NewRoomIntro key="newroomintro" />);
|
||||||
|
|
||||||
ret.push(
|
ret.push(
|
||||||
<EventListSummary
|
<EventListSummary
|
||||||
|
|
Loading…
Reference in a new issue