From f4b5961c3852b20c299a8ee2d776f7d82002586a Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 10 Mar 2022 10:51:24 +0100 Subject: [PATCH] yarn lint --fix --- frontend/src/pages/Send.vue | 3 +-- frontend/src/pages/ShowTransactionLinkInformations.spec.js | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/pages/Send.vue b/frontend/src/pages/Send.vue index 56c31026c..55fa013ca 100644 --- a/frontend/src/pages/Send.vue +++ b/frontend/src/pages/Send.vue @@ -77,7 +77,6 @@ export default { this.currentTransactionStep = 1 }, async sendTransaction() { - console.log('TESTETESTESTES') this.loading = true this.error = false if (this.transactionData.selected === 'send') { @@ -101,7 +100,7 @@ export default { variables: { amount: this.transactionData.amount, memo: this.transactionData.memo }, }) .then((result) => { - console.log(result) + alert(result) }) .catch((error) => { this.toastError(error) diff --git a/frontend/src/pages/ShowTransactionLinkInformations.spec.js b/frontend/src/pages/ShowTransactionLinkInformations.spec.js index 8b1378917..e69de29bb 100644 --- a/frontend/src/pages/ShowTransactionLinkInformations.spec.js +++ b/frontend/src/pages/ShowTransactionLinkInformations.spec.js @@ -1 +0,0 @@ -