From 5add7eea49316d0ba5783bd95cba1cfca2e9bb45 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Mon, 20 Jun 2022 16:29:46 -0700 Subject: [PATCH] Remove notification box about public/hidden bets (#544) --- web/components/user-page.tsx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx index 4c906540..0decc3b4 100644 --- a/web/components/user-page.tsx +++ b/web/components/user-page.tsx @@ -25,7 +25,6 @@ import { BetsList } from './bets-list' import { Bet } from 'common/bet' import { getUserBets } from 'web/lib/firebase/bets' import { FollowersButton, FollowingButton } from './following-button' -import { AlertBox } from './alert-box' import { useFollows } from 'web/hooks/use-follows' import { FollowButton } from './follow-button' @@ -260,27 +259,10 @@ export function UserPage(props: { title: 'Bets', content: (
- {isCurrentUser && ( - - )} - {!isCurrentUser && ( - <> - - - - )}
), tabIcon: (