1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update src/components/search/SearchResults.tsx

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
Nathan G 2023-10-23 22:28:33 -07:00 committed by GitHub
parent 173f2c4f6f
commit 21157b8ab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -334,7 +334,7 @@ const SearchResults: FunctionComponent<SearchResultsProps> = ({ serverId = windo
cardOptions={{ coverImage: true }}
/>
{allEmpty && !isLoading && (
{allEmpty && query && !isLoading && (
<div className='sorry-text'>{globalize.translate('SearchResultsEmpty', query)}</div>
)}
</>