From cb1c60a59df21bbff26d6e50d1ed6b58397ec609 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Jan 2022 09:57:54 +0330 Subject: [PATCH] fix style problem --- .../src/components/DataList/DataList.js | 4 ++-- .../src/components/FormButtons/FormButtons.js | 2 +- .../react-native/src/components/Loading/Loading.js | 6 +++--- .../src/components/LoadingButton/LoadingButton.js | 4 ++-- .../src/components/TenantBox/TenantBox.js | 14 +++++++------- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/templates/app/react-native/src/components/DataList/DataList.js b/templates/app/react-native/src/components/DataList/DataList.js index 7c837ec83f..c42edeeea0 100644 --- a/templates/app/react-native/src/components/DataList/DataList.js +++ b/templates/app/react-native/src/components/DataList/DataList.js @@ -75,14 +75,14 @@ function DataList({ /> {searchLoading ? ( - + ) : ( )} - + + {isShowRemove ? ( ); } diff --git a/templates/app/react-native/src/components/TenantBox/TenantBox.js b/templates/app/react-native/src/components/TenantBox/TenantBox.js index dc13fae309..71d162e20c 100644 --- a/templates/app/react-native/src/components/TenantBox/TenantBox.js +++ b/templates/app/react-native/src/components/TenantBox/TenantBox.js @@ -45,15 +45,15 @@ function TenantBox({ style, tenant = {}, setTenant, showTenantSelection, toggleT return ( <> - + - {i18n.t('AbpUiMultiTenancy::Tenant')} - + {i18n.t('AbpUiMultiTenancy::Tenant')} + {tenant.name ? tenant.name : i18n.t('AbpUiMultiTenancy::NotSelected')} @@ -64,12 +64,12 @@ function TenantBox({ style, tenant = {}, setTenant, showTenantSelection, toggleT - {i18n.t('AbpUiMultiTenancy::SwitchTenantHint')} + {i18n.t('AbpUiMultiTenancy::SwitchTenantHint')} - -