From fd7384a099034b4cfb4ea1c406867ced498a63d7 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Sun, 10 Jul 2022 19:59:23 -0500 Subject: [PATCH] Hide referrals button on user page --- web/components/user-page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx index 3e455b03..aa6fd10d 100644 --- a/web/components/user-page.tsx +++ b/web/components/user-page.tsx @@ -36,7 +36,6 @@ import { FollowersButton, FollowingButton } from './following-button' import { useFollows } from 'web/hooks/use-follows' import { FollowButton } from './follow-button' import { PortfolioMetrics } from 'common/user' -import { ReferralsButton } from 'web/components/referrals-button' import { GroupsButton } from 'web/components/groups/groups-button' import { PortfolioValueSection } from './portfolio/portfolio-value-section' import { filterDefined } from 'common/util/array' @@ -205,7 +204,7 @@ export function UserPage(props: { - + {/* */}