Merge pull request #633 from matrix-org/rav/fix_deactivate_error
Fix error display in account deactivate dialog
This commit is contained in:
commit
7351223fd4
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export default class DeactivateAccountDialog extends React.Component {
|
|||
let error = null;
|
||||
if (this.state.errStr) {
|
||||
error = <div className="error">
|
||||
{this.state.err_str}
|
||||
{this.state.errStr}
|
||||
</div>
|
||||
passwordBoxClass = 'error';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue