finish prev commit
This commit is contained in:
parent
5c3d5a3741
commit
ccc8bae992
@ -25,7 +25,7 @@ class Verification extends Component<VerificationProps, any> {
|
|||||||
const x = e.clientX / document.body.clientWidth;
|
const x = e.clientX / document.body.clientWidth;
|
||||||
const y = e.clientY / document.body.clientHeight;
|
const y = e.clientY / document.body.clientHeight;
|
||||||
const value = null;
|
const value = null;
|
||||||
this.props.onVerify(this.props.slug, verify, x, y);
|
this.props.onVerify(this.props.slug, verify, x, y, value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user