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

Fix exception thrown if any custom tags are set
This commit is contained in:
David Baker 2016-01-28 09:51:51 +00:00
commit 58f9210b5a

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 } />
}
}) }