From ec2ebe0a66544b9fa6f7bc1d261c16fcdfa4a49c Mon Sep 17 00:00:00 2001 From: Kamil Owczarz Date: Wed, 29 Nov 2023 18:58:37 +0100 Subject: [PATCH] Fix --- src/pages/ReimbursementAccount/ValidationStep.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ReimbursementAccount/ValidationStep.js b/src/pages/ReimbursementAccount/ValidationStep.js index f78cfcceafe6..33588b03a01a 100644 --- a/src/pages/ReimbursementAccount/ValidationStep.js +++ b/src/pages/ReimbursementAccount/ValidationStep.js @@ -142,7 +142,7 @@ function ValidationStep({reimbursementAccount, translate, onBackButtonPress, acc )} - {!maxAttemptsReached && true && ( + {!maxAttemptsReached && state === BankAccount.STATE.PENDING && (