fix claimType prop on home page

This commit is contained in:
Sean Yesmunt 2020-02-26 17:03:54 -05:00
parent e430098613
commit 31ef391ff6

View file

@ -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')