From f7ab185bfe548f4f6e257f68dd5d63d37da1a5dd Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 9 Mar 2020 14:26:08 -0400 Subject: [PATCH] fix links on channel discovery page --- ui/page/channelsFollowingDiscover/view.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/page/channelsFollowingDiscover/view.jsx b/ui/page/channelsFollowingDiscover/view.jsx index 269be43cd..e35a5d307 100644 --- a/ui/page/channelsFollowingDiscover/view.jsx +++ b/ui/page/channelsFollowingDiscover/view.jsx @@ -32,6 +32,9 @@ function ChannelsFollowingDiscover(props: Props) { rowData.push({ title: 'Top Channels Of All Time', + link: `/$/${PAGES.DISCOVER}?claim_type=channel&${CS.ORDER_BY_KEY}=${CS.ORDER_BY_TOP}&${CS.FRESH_KEY}=${ + CS.FRESH_ALL + }`, options: { pageSize: 12, claimType: 'channel', @@ -51,6 +54,7 @@ function ChannelsFollowingDiscover(props: Props) { rowData.push({ title: 'Trending Channels', + link: `/$/${PAGES.DISCOVER}?claim_type=channel`, options: { pageSize: 8, claimType: 'channel',