From c63419f8a23bba911abb0ef005f81ade184bf60f Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 19 May 2019 16:31:25 +0100 Subject: [PATCH] typos --- src/components/structures/RoomStatusBar.js | 2 +- src/components/views/rooms/RoomTile.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = ;