From 3ad8c2925590da7236178361e6186d2659be5ac5 Mon Sep 17 00:00:00 2001 From: nkdengineer Date: Mon, 31 Mar 2025 10:52:18 +0700 Subject: [PATCH] Empty state animation does not show when switching the tabs --- src/components/Search/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Search/index.tsx b/src/components/Search/index.tsx index bcceb984397e..5deebf520077 100644 --- a/src/components/Search/index.tsx +++ b/src/components/Search/index.tsx @@ -367,7 +367,7 @@ function Search({queryJSON, currentSearchResults, lastNonEmptySearchResults, onS return mapToItemWithSelectionInfo(item, selectedTransactions, canSelectMultiple, shouldAnimateInHighlight); }); - if (shouldShowEmptyState(isDataLoaded, data.length, searchResults.search.type)) { + if (shouldShowEmptyState(isDataLoaded, data.length, searchResults.search.type) && isFocused) { return (