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' : ''})
)}