remove trending on lbry section
This commit is contained in:
parent
ba0ad6fe07
commit
799b4843d6
1 changed files with 6 additions and 12 deletions
|
@ -29,19 +29,13 @@ function HomePage(props: Props) {
|
|||
let rowData: Array<RowDataItem> = [];
|
||||
|
||||
if (!showAuthenticatedRows) {
|
||||
rowData.push(
|
||||
{
|
||||
title: 'Trending On LBRY',
|
||||
link: `/$/${PAGES.DISCOVER}`,
|
||||
rowData.push({
|
||||
title: 'Top Channels On LBRY',
|
||||
options: {
|
||||
orderBy: ['effective_amount'],
|
||||
claimType: 'channel',
|
||||
},
|
||||
{
|
||||
title: 'Top Channels On LBRY',
|
||||
options: {
|
||||
orderBy: ['effective_amount'],
|
||||
claimType: 'channel',
|
||||
},
|
||||
}
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
if (showAuthenticatedRows) {
|
||||
|
|
Loading…
Add table
Reference in a new issue