From d11d5879897ea668bc024f9a0898966d62049c52 Mon Sep 17 00:00:00 2001 From: joseji Date: Tue, 8 Nov 2022 12:47:17 +0100 Subject: [PATCH] negative sign removed --- frontend/src/components/GddSend/TransactionConfirmationSend.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/GddSend/TransactionConfirmationSend.vue b/frontend/src/components/GddSend/TransactionConfirmationSend.vue index 33a8b9351..42c65c0e9 100644 --- a/frontend/src/components/GddSend/TransactionConfirmationSend.vue +++ b/frontend/src/components/GddSend/TransactionConfirmationSend.vue @@ -18,7 +18,7 @@
{{ $t('GDD') }}
-
{{ (amount * -1) | GDD }}
+
{{ amount | GDD }}