fix typo
This commit is contained in:
parent
82b460f53d
commit
ffdac06b80
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ export default function SearchPage(props: Props) {
|
|||
<ClaimList
|
||||
uris={uris}
|
||||
loading={isSearching}
|
||||
header={SIMPLE_SITE && <SearchOptions additionalOptions={additionalOptions} />}
|
||||
header={!SIMPLE_SITE && <SearchOptions additionalOptions={additionalOptions} />}
|
||||
injectedItem={SHOW_ADS && !isAuthenticated && IS_WEB && <Ads type="video" />}
|
||||
headerAltControls={
|
||||
<Fragment>
|
||||
|
|
Loading…
Reference in a new issue