diff --git a/src/pages/ReimbursementAccount/CompanyStep.js b/src/pages/ReimbursementAccount/CompanyStep.js index ce10f764c9ca..372c51788d22 100644 --- a/src/pages/ReimbursementAccount/CompanyStep.js +++ b/src/pages/ReimbursementAccount/CompanyStep.js @@ -215,6 +215,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')) {