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') }}