1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-29 21:23:11 +03:00

fix incoming call box

This commit is contained in:
Matthew Hodgson
2017-04-22 17:28:00 +01:00
parent 4864716abb
commit b3431bb750
4 changed files with 6 additions and 2 deletions

View File

@@ -515,6 +515,7 @@ var RoomSubList = React.createClass({
roomCount={ roomCount }
collapsed={ this.props.collapsed }
hidden={ this.state.hidden }
incomingCall={ this.props.incomingCall }
isIncomingCallRoom={ isIncomingCallRoom }
roomNotificationCount={ this.roomNotificationCount() }
onClick={ this.onClick }