Remove spurious reference to otherTagNames
This commit is contained in:
@@ -274,7 +274,6 @@ module.exports = React.createClass({
|
|||||||
var tagName = tagNames[i];
|
var tagName = tagNames[i];
|
||||||
lists[tagName] = lists[tagName] || [];
|
lists[tagName] = lists[tagName] || [];
|
||||||
lists[tagName].push(room);
|
lists[tagName].push(room);
|
||||||
otherTagNames[tagName] = 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (dmRoomMap.getUserIdForRoomId(room.roomId)) {
|
else if (dmRoomMap.getUserIdForRoomId(room.roomId)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user