Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kowczarz committed Nov 29, 2023
1 parent 99defef commit ec2ebe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/ValidationStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function ValidationStep({reimbursementAccount, translate, onBackButtonPress, acc
</Text>
</View>
)}
{!maxAttemptsReached && true && (
{!maxAttemptsReached && state === BankAccount.STATE.PENDING && (
<FormProvider
formID={ONYXKEYS.REIMBURSEMENT_ACCOUNT}
submitButtonText={translate('validationStep.buttonText')}
Expand Down

0 comments on commit ec2ebe0

Please sign in to comment.