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

Oops!

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

View file

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