diff --git a/src/controllers/organisms/RoomList.js b/src/controllers/organisms/RoomList.js index 98379a9c97..acc510ee19 100644 --- a/src/controllers/organisms/RoomList.js +++ b/src/controllers/organisms/RoomList.js @@ -73,7 +73,7 @@ module.exports = { return; } - // obviously this won't deep copy but we this shouldn't be necessary + // obviously this won't deep copy but this shouldn't be necessary var amap = this.state.activityMap; amap[room.roomId] = Math.max(amap[room.roomId] || 0, hl); this.setState({