From 09de5294435b183fb51111fcb1f8f7f0f986520e Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 8 Mar 2022 04:21:47 +0100 Subject: [PATCH] feat: Use Vue Filter for Amounts --- .../components/DecayInformations/DecayInformation-Short.vue | 2 +- .../src/components/Transactions/TransactionCreation.vue | 2 +- frontend/src/components/Transactions/TransactionDecay.vue | 3 +-- frontend/src/components/Transactions/TransactionReceive.vue | 2 +- frontend/src/components/Transactions/TransactionSend.vue | 3 +-- frontend/src/filters/amount.js | 6 ++++++ frontend/src/main.js | 2 ++ 7 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 frontend/src/filters/amount.js diff --git a/frontend/src/components/DecayInformations/DecayInformation-Short.vue b/frontend/src/components/DecayInformations/DecayInformation-Short.vue index 8dba700d5..990ded29b 100644 --- a/frontend/src/components/DecayInformations/DecayInformation-Short.vue +++ b/frontend/src/components/DecayInformations/DecayInformation-Short.vue @@ -1,6 +1,6 @@