diff --git a/web/components/bets-list.tsx b/web/components/bets-list.tsx index 2a9a76a1..ab232927 100644 --- a/web/components/bets-list.tsx +++ b/web/components/bets-list.tsx @@ -161,7 +161,7 @@ export function BetsList(props: { user: User }) { ((currentBetsValue - currentInvested) / (currentInvested + 0.1)) * 100 return ( - + diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx index 1dc59d87..905f14f5 100644 --- a/web/components/user-page.tsx +++ b/web/components/user-page.tsx @@ -271,7 +271,7 @@ export function UserPage(props: { user: User }) { title: 'Stats', content: ( - +