react-native-timacare 3.3.44 → 3.3.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2423,6 +2423,7 @@ export const Home = observer(function Home() {
2423
2423
  {() =>
2424
2424
  !isLoading &&
2425
2425
  !homeStore.isLoading &&
2426
+ (listLoan?.length ?? 0) === 0 &&
2426
2427
  (homeStore?.listLoan?.length ?? 0) === 0 ? (
2427
2428
  <View
2428
2429
  style={{