hopefully fix key array warning

This commit is contained in:
Matthew Hodgson 2017-02-02 18:47:15 +00:00
parent 2bb275c071
commit 8799891e0e

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>
);