From 3b130b862112ef88e6527ed338cb3b01c1ea9b6f Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Tue, 25 Jan 2022 19:20:54 +0000 Subject: [PATCH] Fix amount display and hide account --- web/src/pages/Account.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/pages/Account.vue b/web/src/pages/Account.vue index 90f5345..c10aa1f 100644 --- a/web/src/pages/Account.vue +++ b/web/src/pages/Account.vue @@ -11,10 +11,10 @@ export default { - - + @@ -28,7 +28,7 @@ export default { {{transaction.Memo}}
{{transaction.Date}} + {{transaction.Date.substring(0, 10)}} {{transaction.Payee}} - {{transaction.Amount}} + {{transaction.Amount.Int / 100}} {{transaction.Status}}