Financial overview and transaction history
Current Balance
{formatCurrency(viewData.balance)}
Recent financial activity
No transactions yet
{transaction.description}
= 0 ? 'text-performance-green' : 'text-red-400' }`}> {transaction.amount >= 0 ? '+' : '-'}{formatCurrency(transaction.amount)}
Interactive withdrawal and export features will be implemented in future updates.