From d81e716af74b805276b8864332b2f647ee861f74 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Wed, 15 Sep 2021 09:49:06 -0600 Subject: [PATCH] update requestor to personal-information --- src/pages/ReimbursementAccount/ReimbursementAccountPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ReimbursementAccount/ReimbursementAccountPage.js b/src/pages/ReimbursementAccount/ReimbursementAccountPage.js index 7e4f7fa8a779..20e63ca68f49 100644 --- a/src/pages/ReimbursementAccount/ReimbursementAccountPage.js +++ b/src/pages/ReimbursementAccount/ReimbursementAccountPage.js @@ -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;