diff --git a/app/action/[userId]/page.tsx b/app/action/[userId]/page.tsx index 81d0794..489169b 100644 --- a/app/action/[userId]/page.tsx +++ b/app/action/[userId]/page.tsx @@ -164,25 +164,31 @@ function ContributeFlow({ contribution, onSuccess }: { contribution: MyContribut ); if (step === 'enter_amount') return ( -
Design QR-powered experiences and manage them in one place.
{c.title}
{c.groupName}
{dueLabel}
due
Group
Create a new group
Contribution
View & start fundraisers
Vote
Create a group poll
- Pending Contributions + Contributions
Available Balance
+ {new Intl.NumberFormat('en-RW', { style: 'currency', currency: walletData.currency || 'RWF', minimumFractionDigits: 0 }).format(walletData.balance)} +
Recent Transactions
No transactions yet
+ {tx.description || (isIn ? `From ${senderName}` : `To ${receiverName}`)} +
+ {new Date(tx.createdAt).toLocaleDateString('en-RW', { month: 'short', day: 'numeric', year: 'numeric' })} +
Click Refresh to load wallet data