From 8799891e0ee911b97f57f856511553239020db47 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 2 Feb 2017 18:47:15 +0000 Subject: [PATCH] hopefully fix key array warning --- src/components/structures/RoomStatusBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/RoomStatusBar.js b/src/components/structures/RoomStatusBar.js index 464ab7641b..5632b10c7f 100644 --- a/src/components/structures/RoomStatusBar.js +++ b/src/components/structures/RoomStatusBar.js @@ -241,7 +241,7 @@ module.exports = React.createClass({ if (othersCount > 0) { avatars.push( - + +{othersCount} );