Add forceUpdate for memberships !== join

pull/21833/head
Luke Barnard 2017-06-15 13:32:56 +01:00
parent 30566beb43
commit fc7da536d6
1 changed files with 2 additions and 0 deletions

View File

@ -683,6 +683,8 @@ module.exports = React.createClass({
this.setState({
waitingForRoom: false,
});
} else {
this.forceUpdate();
}
}
},