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 }