diff --git a/src/components/pages/Claim.jsx b/src/components/pages/Claim.jsx
index f1a36cb..a08de07 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( true ) return setCaptchaResponse( response ) } />
+ if( !user_valid && !captchaResponse ) 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