From 4c6414fd81ae45ca2c8a3c8c40bcc78ec41075d2 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 20 May 2021 15:06:22 +0200 Subject: [PATCH] translation decay, yarn lint fix, yarn test --- .../Pages/AccountOverview/GddTransactionList.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue index b878e5a76..fa1f9f6a9 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue @@ -6,24 +6,24 @@ :key="item.id" style="background-color: #ebebeba3 !important" > -
+
- {{getOperator(item)}} + {{ getOperator(item) }} {{ $n(item.balance) }}
- {{ item.name }} {{ item.name ? '' : $t('decay') }} + {{ item.name }} + {{ item.name ? '' : $t('decay') }}
{{ $moment(item.date).format('DD.MM.YYYY - HH:mm:ss') }}
-
+
i
-
@@ -76,7 +76,7 @@