mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
phase is a prop now
This commit is contained in:
parent
3590c97d96
commit
44bc0d9fb1
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue