mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
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.")});
|
||||
}
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
render() {
|
||||
const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog');
|
||||
|
|
Loading…
Reference in a new issue