diff --git a/web/components/bet/bet-summary.tsx b/web/components/bet/bet-summary.tsx index 4d764a7e16..216c801e7b 100644 --- a/web/components/bet/bet-summary.tsx +++ b/web/components/bet/bet-summary.tsx @@ -22,7 +22,6 @@ import { NoLabel, YesLabel } from '../outcome-label' import { ProfitBadge } from '../profit-badge' import { InfoTooltip } from '../widgets/info-tooltip' import { MoneyDisplay } from './money-display' -import { useUser } from 'web/hooks/use-user' export function UserBetsSummary(props: { contract: Contract @@ -249,7 +248,7 @@ export function BetsSummary(props: { )} - {!hideTweet && resolution && profit >= 1 && user?.username && ( + {!hideTweet && resolution && profit >= 1 && (
{areYourBets ? 'You' : 'They'} made{' '}