mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
yarn lint --fix
This commit is contained in:
parent
cec79d462f
commit
f4b5961c38
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user