Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaPucheta committed May 17, 2024
1 parent 171384e commit 2b7394c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/Claim.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function ClaimPOAP() {
if( user_validation_status_message ) return <Loading message={ user_validation_status_message } />

// If user is not valid, and no captcha response is known, show captcha
if( true ) return <Captcha onChange={ response => setCaptchaResponse( response ) } />
if( !user_valid && !captchaResponse ) return <Captcha onChange={ response => 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 <Loading message={ error_getting_claim_code } />
Expand Down

0 comments on commit 2b7394c

Please sign in to comment.