try follow disc recon

This commit is contained in:
zeppi 2021-07-21 16:52:35 -04:00
parent ee1435f871
commit c88be93061

View file

@ -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>
); );