diff --git a/ui/page/channelsFollowingDiscover/view.jsx b/ui/page/channelsFollowingDiscover/view.jsx index 12175929e..d1037fa95 100644 --- a/ui/page/channelsFollowingDiscover/view.jsx +++ b/ui/page/channelsFollowingDiscover/view.jsx @@ -24,7 +24,7 @@ function ChannelsFollowingDiscover(props: Props) { options: { pageSize: 12, claimType: 'channel', - orderBy: ['effective_amount'], + orderBy: ['trending_global', 'trending_mixed'], }, });