diff --git a/src/pages/ReimbursementAccount/CompanyStep.js b/src/pages/ReimbursementAccount/CompanyStep.js index 16b8a174a6c1..a067cbf3001b 100644 --- a/src/pages/ReimbursementAccount/CompanyStep.js +++ b/src/pages/ReimbursementAccount/CompanyStep.js @@ -250,25 +250,23 @@ class CompanyStep extends React.Component { hasError={this.getErrors().incorporationType} /> - - - this.clearErrorAndSetValue('incorporationDate', value)} - value={this.state.incorporationDate} - placeholder={this.props.translate('companyStep.incorporationDatePlaceholder')} - errorText={this.getErrorText('incorporationDate')} - translateX={-14} - /> - - - this.clearErrorAndSetValue('incorporationState', value)} - value={this.state.incorporationState} - hasError={this.getErrors().incorporationState} - /> - + + this.clearErrorAndSetValue('incorporationDate', value)} + value={this.state.incorporationDate} + placeholder={this.props.translate('companyStep.incorporationDatePlaceholder')} + errorText={this.getErrorText('incorporationDate')} + translateX={-14} + /> + + + this.clearErrorAndSetValue('incorporationState', value)} + value={this.state.incorporationState} + hasError={this.getErrors().incorporationState} + />