From 06eb76ceceb159cc00829401bd4410ab150ccf55 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 25 Aug 2020 21:12:32 +0200 Subject: [PATCH] :bug: (account card) remove unecessary link --- src/components/AccountCard.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/components/AccountCard.vue b/src/components/AccountCard.vue index 72d07e2..a518871 100644 --- a/src/components/AccountCard.vue +++ b/src/components/AccountCard.vue @@ -4,18 +4,23 @@ :style="getColor(account.color)" @click="goToAccount(account._id || '')" > - {{ account.name }} + href="#" + >{{ account.name }}   -
{{ totalCost | moneypad(account.mainCurrency, false) }}
-
{{ account.users && account.users.map((u) => u.alias).join(', ') }}
+
+ {{ totalCost | moneypad(account.mainCurrency, false) }} +
+
+ {{ account.users && account.users.map((u) => u.alias).join(', ') }} +