mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
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:
commit
58f9210b5a
@ -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 } />
|
||||
|
||||
}
|
||||
}) }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user