hopefully fix key array warning

pull/21833/head
Matthew Hodgson 2017-02-02 18:47:15 +00:00
parent 2bb275c071
commit 8799891e0e
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ module.exports = React.createClass({
if (othersCount > 0) {
avatars.push(
<span className="mx_RoomStatusBar_typingIndicatorRemaining">
<span className="mx_RoomStatusBar_typingIndicatorRemaining" key="others">
+{othersCount}
</span>
);