From 8aecbd72f186bea7ff8e7456c9b62f92eeb104b3 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Thu, 14 Oct 2021 16:14:05 +0200 Subject: [PATCH] aa --- frontend/src/components/DecayInformation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/DecayInformation.vue b/frontend/src/components/DecayInformation.vue index 2b9e38306..1bb972dcc 100644 --- a/frontend/src/components/DecayInformation.vue +++ b/frontend/src/components/DecayInformation.vue @@ -2,7 +2,7 @@
- {{ decay ? ' -' + decay.balance + ' ' + decayStartBlockTextShort : '' }} + {{ decay ? ' -' + $n(decay.balance, 'decimal') + ' ' + decayStartBlockTextShort : '' }} {{ $t('decay.noDecay') }}