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