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') }}