diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx index d628e92d..48e7e20c 100644 --- a/web/components/user-page.tsx +++ b/web/components/user-page.tsx @@ -272,25 +272,6 @@ export function UserPage(props: { user: User; currentUser?: User }) { )} - - {currentUser?.id === user.id && ( - - - Refer a friend and earn {formatMoney(500)} when they sign up! You - have - - - - )} {usersContracts !== 'loading' && contractsById && usersComments ? (