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 (