Add options to Page props
This commit is contained in:
@@ -13,7 +13,7 @@ const SearchPage: FunctionComponent = () => {
|
||||
const [ searchParams ] = useSearchParams();
|
||||
|
||||
return (
|
||||
<Page title={globalize.translate('Search')}>
|
||||
<Page title={globalize.translate('Search')} className='mainAnimatedPage libraryPage allLibraryPage noSecondaryNavPage'>
|
||||
<SearchFields onSearch={setQuery} />
|
||||
{!query &&
|
||||
<SearchSuggestions
|
||||
|
||||
Reference in New Issue
Block a user