Chan fol disc recon
This commit is contained in:
parent
d88752c646
commit
f2cd9f372e
1 changed files with 3 additions and 0 deletions
|
@ -127,6 +127,9 @@ function ChannelsFollowingDiscover(props: Props) {
|
|||
claimType={CS.CLAIM_CHANNEL}
|
||||
claimIds={CUSTOM_HOMEPAGE && channelIds ? channelIds : undefined}
|
||||
scrollAnchor={MORE_CHANNELS_ANCHOR}
|
||||
maxPages={SIMPLE_SITE ? 3 : undefined}
|
||||
hideFilters={SIMPLE_SITE}
|
||||
header={SIMPLE_SITE ? <h1 className="section__title">{__('Moon cheese is an acquired taste')}</h1> : undefined}
|
||||
/>
|
||||
</Page>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue