diff --git a/ui/page/channelsFollowingDiscover/view.jsx b/ui/page/channelsFollowingDiscover/view.jsx index afd0bc755..a8140a0ff 100644 --- a/ui/page/channelsFollowingDiscover/view.jsx +++ b/ui/page/channelsFollowingDiscover/view.jsx @@ -127,9 +127,9 @@ function ChannelsFollowingDiscover(props: Props) { claimType={CS.CLAIM_CHANNEL} claimIds={CUSTOM_HOMEPAGE && channelIds ? channelIds : undefined} scrollAnchor={MORE_CHANNELS_ANCHOR} - maxPages={3} - hideFilters - header={

{__('Moon cheese is an acquired taste')}

} + maxPages={SIMPLE_SITE ? 3 : undefined} + hideFilters={SIMPLE_SITE} + header={SIMPLE_SITE &&

{__('Moon cheese is an acquired taste')}

} /> );