finish prev commit

This commit is contained in:
Ed Chalstrey 2022-05-19 15:52:46 +01:00
parent 5c3d5a3741
commit ccc8bae992

View File

@ -25,7 +25,7 @@ class Verification extends Component<VerificationProps, any> {
const x = e.clientX / document.body.clientWidth;
const y = e.clientY / document.body.clientHeight;
const value = null;
this.props.onVerify(this.props.slug, verify, x, y);
this.props.onVerify(this.props.slug, verify, x, y, value);
}
}