From b7a3fbe339c265d7691f79cbc675fff9a05ee94e Mon Sep 17 00:00:00 2001 From: "alberto@expensify.com" Date: Mon, 8 Nov 2021 13:27:09 +0100 Subject: [PATCH] Use Views instead of Divs --- src/pages/ReimbursementAccount/CompanyStep.js | 8 ++++---- src/pages/ReimbursementAccount/IdentityForm.js | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 && ( -
+ -
+ )} );