Merge pull request #118 from matrix-org/dbkr/fix_custom_tags_exception

Fix exception thrown if any custom tags are set
pull/21833/head
David Baker 2016-01-28 09:51:51 +00:00
commit 58f9210b5a
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ module.exports = React.createClass({
selectedRoom={ self.props.selectedRoom }
incomingCall={ self.state.incomingCall }
collapsed={ self.props.collapsed }
onShowMoreRooms={ this.onShowMoreRooms } />
onShowMoreRooms={ self.onShowMoreRooms } />
}
}) }