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')} - -