You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-16 22:01:54 +03:00
don't fire onFinished twice
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@ -389,7 +389,6 @@ module.exports = createReactClass({
|
||||
},
|
||||
|
||||
onJoinClick: function(ev, room) {
|
||||
this.props.onFinished();
|
||||
this.showRoom(room, null, true);
|
||||
ev.stopPropagation();
|
||||
},
|
||||
|
Reference in New Issue
Block a user