You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
hopefully fix key array warning
This commit is contained in:
@ -241,7 +241,7 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
if (othersCount > 0) {
|
if (othersCount > 0) {
|
||||||
avatars.push(
|
avatars.push(
|
||||||
<span className="mx_RoomStatusBar_typingIndicatorRemaining">
|
<span className="mx_RoomStatusBar_typingIndicatorRemaining" key="others">
|
||||||
+{othersCount}
|
+{othersCount}
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user