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 @@