diff --git a/src/pages/ReimbursementAccount/CompanyStep.js b/src/pages/ReimbursementAccount/CompanyStep.js index 0bc66f9ef3a4..fd16f12214d5 100644 --- a/src/pages/ReimbursementAccount/CompanyStep.js +++ b/src/pages/ReimbursementAccount/CompanyStep.js @@ -214,6 +214,7 @@ class CompanyStep extends React.Component { this.clearErrorAndSetValue('addressZipCode', value)} value={this.state.addressZipCode} errorText={this.getErrorText('addressZipCode')} diff --git a/src/pages/ReimbursementAccount/IdentityForm.js b/src/pages/ReimbursementAccount/IdentityForm.js index 57c782b23878..5c9d28200d76 100644 --- a/src/pages/ReimbursementAccount/IdentityForm.js +++ b/src/pages/ReimbursementAccount/IdentityForm.js @@ -8,6 +8,7 @@ import withLocalize, {withLocalizePropTypes} from '../../components/withLocalize import {translateLocal} from '../../libs/translate'; import {hideBankAccountErrors} from '../../libs/actions/BankAccounts'; import Text from '../../components/Text'; +import CONST from '../../CONST'; const propTypes = { /** Style for wrapping View */ @@ -118,6 +119,7 @@ const IdentityForm = ({ { if (error === translateLocal('bankAccount.error.ssnLast4')) { @@ -172,6 +174,7 @@ const IdentityForm = ({ { if (error === translateLocal('bankAccount.error.zipCode')) {