remove trending on lbry section

This commit is contained in:
Sean Yesmunt 2020-02-10 13:59:53 -05:00
parent ba0ad6fe07
commit 799b4843d6

View file

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