You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
phase is a prop now
This commit is contained in:
@@ -217,7 +217,6 @@ export default class VerificationPanel extends React.PureComponent {
|
||||
};
|
||||
|
||||
_onRequestChange = async () => {
|
||||
this.forceUpdate();
|
||||
const {request} = this.props;
|
||||
const hadVerifier = this._hasVerifier;
|
||||
this._hasVerifier = !!request.verifier;
|
||||
|
||||
Reference in New Issue
Block a user