Appease the linter

pull/21833/head
Travis Ralston 2020-05-12 17:20:26 -06:00
parent 5e86dc2d60
commit 6d90a9d1a3
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ export default class DeactivateAccountDialog extends React.Component {
this.setState({errStr: _t("Server did not return valid authentication information.")}); this.setState({errStr: _t("Server did not return valid authentication information.")});
} }
}); });
}; }
render() { render() {
const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog'); const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog');