From b1d6f3602519b12ef81228728d0a84dcccebbac0 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Sun, 6 Mar 2022 18:32:52 +0100 Subject: [PATCH] Update frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue Co-authored-by: Ulf Gebhardt --- .../DecayInformations/DecayInformation-DecayStartblock.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue b/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue index 71c89810d..678fc9f09 100644 --- a/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue +++ b/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue @@ -57,7 +57,7 @@
- − {{ $n(Number(amount * -1) + Number(decay.decay * -1), 'decimal') }} + − {{ $n((Number(amount) + Number(decay.decay)) * -1, 'decimal') }}
{{ $n(Number(amount) + Number(decay.decay), 'decimal') }}