PR feedback

This commit is contained in:
David Baker 2017-02-13 19:09:43 +00:00
parent 8fc3104507
commit 36d126f3a9
4 changed files with 7 additions and 15 deletions

View file

@ -49,10 +49,6 @@ export default React.createClass({
};
},
_onCancelClick: function() {
this.props.onFinished(false);
},
render: function() {
const InteractiveAuth = sdk.getComponent("structures.InteractiveAuth");
const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog');