Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ function ReimbursementAccountPage({route, policy, isLoadingPolicy, navigation}:
// If USD bank account is in pending state, we should navigate straight to the validation step and skip Continue step
if (policyCurrency === CONST.CURRENCY.USD && achData?.state === CONST.BANK_ACCOUNT.STATE.PENDING) {
setUSDBankAccountStep(CONST.BANK_ACCOUNT.STEP.VALIDATION);
goToWithdrawalAccountSetupStep(CONST.BANK_ACCOUNT.STEP.VALIDATION);
return;
}

Expand Down
Loading