keep header on regular discover page
This commit is contained in:
parent
51d8d85c60
commit
bf9be7c46d
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ function DiscoverPage(props: Props) {
|
|||
return (
|
||||
<Page noFooter fullWidthPage={tileLayout}>
|
||||
<ClaimListDiscover
|
||||
header={<span />}
|
||||
header={repostedUri ? <span /> : undefined}
|
||||
tileLayout={repostedUri ? false : tileLayout}
|
||||
claimType={claimType ? [claimType] : undefined}
|
||||
headerLabel={headerLabel}
|
||||
|
|
Loading…
Add table
Reference in a new issue