Only show the integ management button if user is joined
This commit is contained in:
parent
09e6ea00c5
commit
caaf5cca14
2 changed files with 2 additions and 2 deletions
|
@ -324,7 +324,7 @@ module.exports = React.createClass({
|
|||
|
||||
let rightRow;
|
||||
let manageIntegsButton;
|
||||
if(this.props.room && this.props.room.roomId) {
|
||||
if(this.props.room && this.props.room.roomId && this.props.inRoom) {
|
||||
manageIntegsButton = <ManageIntegsButton
|
||||
roomId={this.props.room.roomId}
|
||||
/>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue