diff --git a/ui/page/home/view.jsx b/ui/page/home/view.jsx index 78847dcfc..b09c13ebe 100644 --- a/ui/page/home/view.jsx +++ b/ui/page/home/view.jsx @@ -34,7 +34,7 @@ function HomePage(props: Props) { title: 'Top Channels On LBRY', options: { orderBy: ['effective_amount'], - claimType: 'channel', + claimType: ['channel'], }, }); } @@ -117,7 +117,7 @@ function HomePage(props: Props) { options: { orderBy: ['effective_amount'], pageSize: 4, - claimType: 'stream', + claimType: ['stream'], releaseTime: `>${Math.floor( moment() .subtract(1, 'week')