trending works now

This commit is contained in:
Sean Yesmunt 2020-02-17 15:17:55 -05:00
parent e1aac34079
commit f42a8f6db8

View file

@ -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'],
}, },
}); });