yarn lint --fix

This commit is contained in:
ogerly 2022-03-10 10:51:24 +01:00
parent cec79d462f
commit f4b5961c38
2 changed files with 1 additions and 3 deletions

View File

@ -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)