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>
|
<p className="text-sm text-slate-400">total portfolio value</p>
|
||||||
{lotteryCount > 0 && (
|
{lotteryCount > 0 && (
|
||||||
<p className="text-xs text-amber-400 mt-1">
|
<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>
|
</p>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user