diff --git a/src/components/search/SearchResults.tsx b/src/components/search/SearchResults.tsx index ae9a620391..2f4befcc2f 100644 --- a/src/components/search/SearchResults.tsx +++ b/src/components/search/SearchResults.tsx @@ -334,7 +334,7 @@ const SearchResults: FunctionComponent = ({ serverId = windo cardOptions={{ coverImage: true }} /> - {allEmpty && !isLoading && ( + {allEmpty && query && !isLoading && (
{globalize.translate('SearchResultsEmpty', query)}
)}