diff --git a/svelte/src/user_home/Transactions.svelte b/svelte/src/user_home/Transactions.svelte index b584078..0e5e235 100644 --- a/svelte/src/user_home/Transactions.svelte +++ b/svelte/src/user_home/Transactions.svelte @@ -10,7 +10,14 @@ let year = 0 let month = 0 let month_str = "" let transactions = { - rows: [] + rows: [], + total_subscription_charge: 0, + total_storage_used: 0, + total_storage_charge: 0, + total_bandwidth_used: 0, + total_bandwidth_charge: 0, + total_deposited: 0, + total_deducted: 0, } const load_transactions = async () => {