don't fire onFinished twice
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
597433d549
commit
5d1056e1ef
1 changed files with 0 additions and 1 deletions
|
@ -390,7 +390,6 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
onJoinClick: function(ev, room) {
|
||||
this.props.onFinished();
|
||||
this.showRoom(room, null, true);
|
||||
ev.stopPropagation();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue