update user info page

This commit is contained in:
NW
2024-12-17 00:05:59 +00:00
parent a575f75faf
commit 4aebb4e41b
2 changed files with 3 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ export default class UserHandler {
├ Total Purchases: ${userStats.purchase_count || 0}
├ Total Spent: $${userStats.total_spent || 0}
├ Active Wallets: ${userStats.crypto_wallet_count || 0}
├ Archived Wallets: ${userStats.archived_wallet_count || 0}
├ Bonus Balance: $${userStats.bonus_balance || 0}
└ Total Balance: $${(userStats.total_balance || 0) + (userStats.bonus_balance || 0)}