diff --git a/src/components/structures/RoomStatusBar.js b/src/components/structures/RoomStatusBar.js index b30fc49c56..7ef080e235 100644 --- a/src/components/structures/RoomStatusBar.js +++ b/src/components/structures/RoomStatusBar.js @@ -303,7 +303,7 @@ module.exports = React.createClass({ }, // return suitable content for the main (text) part of the status bar. - _getContent: function() {s + _getContent: function() { if (this._shouldShowConnectionError()) { return (
diff --git a/src/components/views/rooms/RoomTile.js b/src/components/views/rooms/RoomTile.js index f67a7d55c7..1c98b97559 100644 --- a/src/components/views/rooms/RoomTile.js +++ b/src/components/views/rooms/RoomTile.js @@ -353,7 +353,7 @@ module.exports = React.createClass({ }); subtextLabel = subtext ? { subtext } : null; - label =
{ nameSelected }
; + label =
{ name }
; } else if (this.state.hover) { const Tooltip = sdk.getComponent("elements.Tooltip"); tooltip = ;