From bc6cbfd5ee57a9377c05b91088d0372f86b5d78b Mon Sep 17 00:00:00 2001 From: jessopb <36554050+jessopb@users.noreply.github.com> Date: Sat, 1 Aug 2020 16:55:01 -0400 Subject: [PATCH] Revert "add imhere row at top" This reverts commit 8e73a028636c8f783812234d7ce4bea54f535693. --- ui/util/homepage.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ui/util/homepage.js b/ui/util/homepage.js index fb8d6e359..423414c77 100644 --- a/ui/util/homepage.js +++ b/ui/util/homepage.js @@ -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 (showPersonalizedTags && !showIndividualTags) rowData.push(TRENDING_FOR_TAGS); if (showPersonalizedTags && showIndividualTags) {