From b86f748700f2474fcedc7b29a98fd3a366817881 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 10 Dec 2020 16:58:31 -0500 Subject: [PATCH] Fix following discover on Odysee --- ui/page/channelsFollowingDiscover/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/page/channelsFollowingDiscover/view.jsx b/ui/page/channelsFollowingDiscover/view.jsx index 2a8b48a4d..aa5875599 100644 --- a/ui/page/channelsFollowingDiscover/view.jsx +++ b/ui/page/channelsFollowingDiscover/view.jsx @@ -129,7 +129,7 @@ function ChannelsFollowingDiscover(props: Props) { defaultOrderBy={CS.ORDER_BY_TRENDING} defaultFreshness={CS.FRESH_ALL} claimType={CS.CLAIM_CHANNEL} - channelIds={SIMPLE_SITE ? PRIMARY_CONTENT_CHANNEL_IDS : undefined} + claimIds={SIMPLE_SITE ? PRIMARY_CONTENT_CHANNEL_IDS : undefined} scrollAnchor={MORE_CHANNELS_ANCHOR} />