From 970592d00b016314150a09e255999f1a6b892991 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 3 Mar 2022 20:23:45 +0100 Subject: [PATCH] merge master, change tests, change operators --- .../DecayInformations/DecayInformation-Long.vue | 2 +- .../Transactions/TransactionCreation.vue | 3 --- .../components/Transactions/TransactionReceive.vue | 5 ++++- .../components/Transactions/TransactionSend.vue | 2 +- .../AccountOverview/GddTransactionList.spec.js | 14 +++++++------- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/DecayInformations/DecayInformation-Long.vue b/frontend/src/components/DecayInformations/DecayInformation-Long.vue index d1f67485a..f48a498e2 100644 --- a/frontend/src/components/DecayInformations/DecayInformation-Long.vue +++ b/frontend/src/components/DecayInformations/DecayInformation-Long.vue @@ -78,7 +78,7 @@
- {{ $n(Number(amount) - Number(decay.decay), 'decimal') }} + {{ $n(Number(amount) + Number(decay.decay), 'decimal') }}
{{ $n(Number(amount) + Number(decay.decay), 'decimal') }} diff --git a/frontend/src/components/Transactions/TransactionCreation.vue b/frontend/src/components/Transactions/TransactionCreation.vue index bc83edc77..6a64772b5 100644 --- a/frontend/src/components/Transactions/TransactionCreation.vue +++ b/frontend/src/components/Transactions/TransactionCreation.vue @@ -1,9 +1,6 @@