diff --git a/src/components/structures/MessagePanel.js b/src/components/structures/MessagePanel.js index 1107be8464..5fe2aae471 100644 --- a/src/components/structures/MessagePanel.js +++ b/src/components/structures/MessagePanel.js @@ -664,6 +664,11 @@ module.exports = React.createClass({ }, ); + let whoIsTyping; + if (this.props.room) { + whoIsTyping = (); + } + return ( { topSpinner } { this._getEventTiles() } - + { whoIsTyping } { bottomSpinner } );