Skip to content

Commit

Permalink
fix: allow acc number change after going back from step 2 (Expensify#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMuzyk authored Feb 7, 2024
1 parent c03a1a2 commit e629706
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ function Confirmation({reimbursementAccount, reimbursementAccountDraft, onNext,
const error = ErrorUtils.getLatestErrorMessage(reimbursementAccount ?? {});

const handleModifyAccountNumbers = () => {
if (bankAccountID) {
return;
}
onMove(BANK_INFO_STEP_INDEXES.ACCOUNT_NUMBERS);
};

Expand Down

0 comments on commit e629706

Please sign in to comment.