From 21157b8ab0e492b006b1c15f8e9a28a5daff5b01 Mon Sep 17 00:00:00 2001 From: Nathan G Date: Mon, 23 Oct 2023 22:28:33 -0700 Subject: [PATCH] Update src/components/search/SearchResults.tsx Co-authored-by: Bill Thornton --- src/components/search/SearchResults.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/search/SearchResults.tsx b/src/components/search/SearchResults.tsx index ae9a62039..2f4befcc2 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)}
)}