Always update cross-signing status even if error
This commit is contained in:
parent
c32c1d201c
commit
798d5c8ada
1 changed files with 1 additions and 1 deletions
|
@ -62,10 +62,10 @@ export default class CrossSigningPanel extends React.PureComponent {
|
|||
}
|
||||
},
|
||||
});
|
||||
this.setState(this._getUpdatedStatus());
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
this.setState(this._getUpdatedStatus());
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue