1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Always update cross-signing status even if error

This commit is contained in:
J. Ryan Stinnett
2019-11-29 17:53:31 +00:00
parent c32c1d201c
commit 798d5c8ada

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