From c3c402efcc4f08c21731724976a2fd27a545c04f Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Fri, 23 May 2025 20:39:43 +0200 Subject: [PATCH] lint fix --- federation/package.json | 4 +--- .../src/components/GddSend/TransactionConfirmationSend.vue | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/federation/package.json b/federation/package.json index a7bf9f371..2a543c17e 100644 --- a/federation/package.json +++ b/federation/package.json @@ -65,9 +65,7 @@ "uuid": "8.3.2" }, "nodemonConfig": { - "ignore": [ - "**/*.test.ts" - ] + "ignore": ["**/*.test.ts"] }, "engines": { "node": ">=18" diff --git a/frontend/src/components/GddSend/TransactionConfirmationSend.vue b/frontend/src/components/GddSend/TransactionConfirmationSend.vue index ae40361e9..e3473b0a4 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') }}