1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-19 20:23:18 +03:00

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