diff --git a/src/pages/ReimbursementAccount/CompanyStep.js b/src/pages/ReimbursementAccount/CompanyStep.js index 9b95d709fa43..d17071d6716e 100644 --- a/src/pages/ReimbursementAccount/CompanyStep.js +++ b/src/pages/ReimbursementAccount/CompanyStep.js @@ -216,7 +216,7 @@ class CompanyStep extends React.Component { errorText={this.getErrorText('companyName')} /> {!this.state.manualAddress && ( -
+ Can't find your address? Enter it manually -
+ )} {this.state.manualAddress && ( -
+ -
+ )} {!manualAddress && ( -
+ Can't find your address? Enter it manually -
+ )} {manualAddress && ( -
+ -
+ )} );