diff --git a/src/libs/actions/BankAccounts.js b/src/libs/actions/BankAccounts.js index ef1acaf27d6..3e1e900d494 100644 --- a/src/libs/actions/BankAccounts.js +++ b/src/libs/actions/BankAccounts.js @@ -651,9 +651,6 @@ function setupWithdrawalAccount(data) { : CONST.BANK_ACCOUNT.SETUP_TYPE.MANUAL; } - // Convert the errorAttemptsCount to an object to prevent it from being wiped out by JSON.stringify - newACHData.errorAttemptsCount = {...newACHData.errorAttemptsCount}; - nextStep = newACHData.currentStep; // If we are setting up a Plaid account replace the accountNumber with the unmasked number