diff --git a/frontend/src/components/GddSend/TransactionConfirmationSend.vue b/frontend/src/components/GddSend/TransactionConfirmationSend.vue index 6ac367795..2d85fa33f 100644 --- a/frontend/src/components/GddSend/TransactionConfirmationSend.vue +++ b/frontend/src/components/GddSend/TransactionConfirmationSend.vue @@ -58,11 +58,7 @@ {{ $t('form.cancel') }} - + {{ $t('form.send_now') }} @@ -80,11 +76,6 @@ export default { loading: { type: Boolean, required: true }, selected: { type: String, required: true }, }, - data() { - return { - disabled: this.loading, - } - }, }