Skip to content

Commit

Permalink
Merge pull request #5264 from Expensify/cmartins-fix-requestor-url
Browse files Browse the repository at this point in the history
  • Loading branch information
thienlnam authored Sep 15, 2021
2 parents 09e2d94 + d81e716 commit 79ba0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/ReimbursementAccountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class ReimbursementAccountPage extends React.Component {
return CONST.BANK_ACCOUNT.STEP.BANK_ACCOUNT;
case 'company':
return CONST.BANK_ACCOUNT.STEP.COMPANY;
case 'requestor':
case 'personal-information':
return CONST.BANK_ACCOUNT.STEP.REQUESTOR;
case 'contract':
return CONST.BANK_ACCOUNT.STEP.ACH_CONTRACT;
Expand Down

0 comments on commit 79ba0f2

Please sign in to comment.