diff --git a/frontend/src/components/DecayInformations/DecayInformation-Short.vue b/frontend/src/components/DecayInformations/DecayInformation-Short.vue index 20593ee8a..8dba700d5 100644 --- a/frontend/src/components/DecayInformations/DecayInformation-Short.vue +++ b/frontend/src/components/DecayInformations/DecayInformation-Short.vue @@ -1,6 +1,6 @@ - − {{ decay ? $n(decay.decay * -1, 'decimal') : '' }} + − {{ decay ? $n(Number(decay.decay) * -1, 'decimal') : '' }}