mirror of https://github.com/vector-im/riot-web
don't fire onFinished twice
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
54d98c22ba
commit
7f5d38772d
|
@ -389,7 +389,6 @@ module.exports = createReactClass({
|
|||
},
|
||||
|
||||
onJoinClick: function(ev, room) {
|
||||
this.props.onFinished();
|
||||
this.showRoom(room, null, true);
|
||||
ev.stopPropagation();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue