From 8021e941778fc05c1aa90855f60e22fb7ecab014 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Fri, 20 Dec 2024 12:02:58 +0100 Subject: [PATCH] lint --- 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 e3473b0a4..ae40361e9 100644 --- a/frontend/src/components/GddSend/TransactionConfirmationSend.vue +++ b/frontend/src/components/GddSend/TransactionConfirmationSend.vue @@ -56,7 +56,7 @@ block variant="gradido" :disabled="disabled" - @click="$emit('send-transaction'), (disabled = true)" + @click="($emit('send-transaction'), (disabled = true))" > {{ $t('form.send_now') }}