Fix following discover on Odysee

This commit is contained in:
Thomas Zarebczan 2020-12-10 16:58:31 -05:00
parent c2213d9008
commit b86f748700
No known key found for this signature in database
GPG key ID: D505010BDB4364BC

View file

@ -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}
/>
</Page>