hopefully fix key array warning
parent
2bb275c071
commit
8799891e0e
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue