From e6e1b895e724ed666c5518cc20e21f1db903ed48 Mon Sep 17 00:00:00 2001 From: Mike Johnston Date: Wed, 1 Apr 2026 16:04:47 -0400 Subject: [PATCH] spins to wins --- src/app/profile/[username]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/profile/[username]/page.tsx b/src/app/profile/[username]/page.tsx index eeca647..dde4918 100644 --- a/src/app/profile/[username]/page.tsx +++ b/src/app/profile/[username]/page.tsx @@ -138,7 +138,7 @@ export default async function ProfilePage({ params }: Props) {

total portfolio value

{lotteryCount > 0 && (

- 🎰 {formatCurrency(lotteryWinnings)} from Lucky Dip ({lotteryCount} spin{lotteryCount !== 1 ? 's' : ''}) + 🎰 {formatCurrency(lotteryWinnings)} from Lucky Dip ({lotteryCount} win{lotteryCount !== 1 ? 's' : ''})

)}