From 422a74704b05a6aa15fd6b649a41ea5ddfbbe865 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Sun, 27 Feb 2022 18:32:00 +0000 Subject: [PATCH] Show all balances in Account view --- web/src/pages/Account.vue | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/web/src/pages/Account.vue b/web/src/pages/Account.vue index a4a20e1..2738214 100644 --- a/web/src/pages/Account.vue +++ b/web/src/pages/Account.vue @@ -19,12 +19,22 @@ const TransactionsList = computed(() => accountStore.TransactionsList);