Pass roomId rather than whole room object.
This commit is contained in:
parent
eb77dcc8e3
commit
d1ee257b5a
2 changed files with 3 additions and 3 deletions
|
@ -330,7 +330,7 @@ module.exports = React.createClass({
|
|||
{ settingsButton }
|
||||
<ManageIntegsButton
|
||||
onCancelClick={this.props.onCancelClick}
|
||||
room={this.props.room}
|
||||
roomId={this.props.room.roomId}
|
||||
/>
|
||||
{ forgetButton }
|
||||
{ searchButton }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue