mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-30 08:51:24 +00:00
trending works now
This commit is contained in:
parent
e1aac34079
commit
f42a8f6db8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function ChannelsFollowingDiscover(props: Props) {
|
||||||
options: {
|
options: {
|
||||||
pageSize: 12,
|
pageSize: 12,
|
||||||
claimType: 'channel',
|
claimType: 'channel',
|
||||||
orderBy: ['effective_amount'],
|
orderBy: ['trending_global', 'trending_mixed'],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue