Update frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
Alexander Friedland 2022-03-06 18:32:52 +01:00 committed by GitHub
parent ea00ab94d2
commit b1d6f36025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@
</b-col>
<b-col cols="6">
<div v-if="typeId === 'SEND'">
<b> {{ $n(Number(amount * -1) + Number(decay.decay * -1), 'decimal') }}</b>
<b> {{ $n((Number(amount) + Number(decay.decay)) * -1, 'decimal') }}</b>
</div>
<div v-if="typeId === 'RECEIVE'">
<b>{{ $n(Number(amount) + Number(decay.decay), 'decimal') }}</b>