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:
parent
5700219762
commit
173f2c4f6f
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ const SearchResults: FunctionComponent<SearchResultsProps> = ({ serverId = windo
|
|||
/>
|
||||
|
||||
{allEmpty && !isLoading && (
|
||||
<div className='sorry-text'>{globalize.translate('SearchResultsEmpty', query)</div>
|
||||
<div className='sorry-text'>{globalize.translate('SearchResultsEmpty', query)}</div>
|
||||
)}
|
||||
</>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue