fix claimType prop on home page
This commit is contained in:
parent
e430098613
commit
31ef391ff6
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue