From 2ecd654dd79b3407bffd364001f73ca80745a104 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 11 Mar 2022 16:18:49 +0100 Subject: [PATCH] yarn lint --fix --- frontend/src/components/GddSend/TransactionResult.vue | 2 +- frontend/src/pages/Send.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/GddSend/TransactionResult.vue b/frontend/src/components/GddSend/TransactionResult.vue index b92edcbf8..efca688e1 100644 --- a/frontend/src/components/GddSend/TransactionResult.vue +++ b/frontend/src/components/GddSend/TransactionResult.vue @@ -28,7 +28,7 @@ - +
{{ $t('form.thx') }} diff --git a/frontend/src/pages/Send.vue b/frontend/src/pages/Send.vue index ef08cc7c9..2776a0978 100644 --- a/frontend/src/pages/Send.vue +++ b/frontend/src/pages/Send.vue @@ -104,7 +104,6 @@ export default { variables: { amount: this.transactionData.amount, memo: this.transactionData.memo }, }) .then((result) => { - console.log(result.data.createTransactionLink) this.linkResult = result.data.createTransactionLink }) .catch((error) => {