Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8799891

Browse files
committed
hopefully fix key array warning
1 parent 2bb275c commit 8799891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/RoomStatusBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ module.exports = React.createClass({
241241

242242
if (othersCount > 0) {
243243
avatars.push(
244-
<span className="mx_RoomStatusBar_typingIndicatorRemaining">
244+
<span className="mx_RoomStatusBar_typingIndicatorRemaining" key="others">
245245
+{othersCount}
246246
</span>
247247
);

0 commit comments

Comments
 (0)