From 31ef391ff692d0210dda8112eda1f4d4abbac4a7 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 26 Feb 2020 17:03:54 -0500 Subject: [PATCH] fix claimType prop on home page --- ui/page/home/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')