From c88be930618f0eee38d74ff5de00def2453fdf33 Mon Sep 17 00:00:00 2001 From: zeppi Date: Wed, 21 Jul 2021 16:52:35 -0400 Subject: [PATCH] try follow disc recon --- ui/page/channelsFollowingDiscover/view.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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')}

} /> );