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: (