From f42a8f6db80bec2de4e81de13263abd75c5bfc65 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 17 Feb 2020 15:17:55 -0500 Subject: [PATCH] trending works now --- ui/page/channelsFollowingDiscover/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], }, });