This commit is contained in:
@@ -138,7 +138,7 @@ export default async function ProfilePage({ params }: Props) {
|
||||
<p className="text-sm text-slate-400">total portfolio value</p>
|
||||
{lotteryCount > 0 && (
|
||||
<p className="text-xs text-amber-400 mt-1">
|
||||
🎰 {formatCurrency(lotteryWinnings)} from Lucky Dip ({lotteryCount} spin{lotteryCount !== 1 ? 's' : ''})
|
||||
🎰 {formatCurrency(lotteryWinnings)} from Lucky Dip ({lotteryCount} win{lotteryCount !== 1 ? 's' : ''})
|
||||
</p>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user