Fix following discover on Odysee
This commit is contained in:
parent
c2213d9008
commit
b86f748700
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue