diff --git a/src/components/pages/Claim.jsx b/src/components/pages/Claim.jsx index a08de07..f1a36cb 100644 --- a/src/components/pages/Claim.jsx +++ b/src/components/pages/Claim.jsx @@ -89,7 +89,7 @@ export default function ClaimPOAP() { if( user_validation_status_message ) return // If user is not valid, and no captcha response is known, show captcha - if( !user_valid && !captchaResponse ) return setCaptchaResponse( response ) } /> + if( true ) return setCaptchaResponse( response ) } /> // If the captcha was completed, but there is an error getting the claim code, show the error if( user_valid && error_getting_claim_code ) return