Appease the linter
This commit is contained in:
parent
5e86dc2d60
commit
6d90a9d1a3
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue