1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-24 06:02:08 +03:00

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