Merge pull request #4618 from lbryio/revert-4611-imhere

Revert "add imhere row at top"
This commit is contained in:
jessopb 2020-08-01 16:55:35 -04:00 committed by GitHub
commit 544a16adca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -253,18 +253,6 @@ export default function getHomePageRowData(
}, },
}; };
const IM_HERE_LBRY = {
title: '#imherelbry',
link: `/$/${PAGES.DISCOVER}?${CS.TAGS_KEY}=imherelbry&${CS.CLAIM_TYPE}=${CS.CLAIM_STREAM}`,
options: {
claimType: ['stream'],
tags: ['imherelbry'],
pageSize: 4,
},
};
rowData.push(IM_HERE_LBRY);
if (showPersonalizedChannels) rowData.push(RECENT_FROM_FOLLOWING); if (showPersonalizedChannels) rowData.push(RECENT_FROM_FOLLOWING);
if (showPersonalizedTags && !showIndividualTags) rowData.push(TRENDING_FOR_TAGS); if (showPersonalizedTags && !showIndividualTags) rowData.push(TRENDING_FOR_TAGS);
if (showPersonalizedTags && showIndividualTags) { if (showPersonalizedTags && showIndividualTags) {