diff --git a/src/components/views/rooms/WhoIsTypingTile.js b/src/components/views/rooms/WhoIsTypingTile.js index e6ffb24621..9683d00e51 100644 --- a/src/components/views/rooms/WhoIsTypingTile.js +++ b/src/components/views/rooms/WhoIsTypingTile.js @@ -213,7 +213,7 @@ export default createReactClass({ } return ( -
  • +
  • { this._renderTypingIndicatorAvatars(usersTyping, this.props.whoIsTypingLimit) }