diff --git a/app/src/frontend/building/data-components/verification.tsx b/app/src/frontend/building/data-components/verification.tsx index b367ebaa..f0591cce 100644 --- a/app/src/frontend/building/data-components/verification.tsx +++ b/app/src/frontend/building/data-components/verification.tsx @@ -25,7 +25,7 @@ class Verification extends Component { 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); } }