Always update cross-signing status even if error

pull/21833/head
J. Ryan Stinnett 2019-11-29 17:53:31 +00:00
parent c32c1d201c
commit 798d5c8ada
1 changed files with 1 additions and 1 deletions

View File

@ -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() {