From 427843c4466889a5137314211528f0ddce3e936f Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 20 May 2021 15:37:56 +0200 Subject: [PATCH] fix remove test transactions.length !== 0 --- .../views/Pages/AccountOverview/GddTransactionList.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue index fa1f9f6a9..7fae1d935 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue @@ -7,10 +7,10 @@ style="background-color: #ebebeba3 !important" >
-
+
-
+
{{ getOperator(item) }} {{ $n(item.balance) }}
@@ -19,7 +19,7 @@ {{ item.name ? '' : $t('decay') }}
{{ $moment(item.date).format('DD.MM.YYYY - HH:mm:ss') }}
-
+
i @@ -67,7 +67,7 @@ -
+
{{ $t('transaction.nullTransactions') }}