yarn lint --fix

This commit is contained in:
ogerly 2022-03-11 16:18:49 +01:00
parent 35b9627300
commit 2ecd654dd7
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,7 @@
</b-col>
</b-row>
<b-row v-if="linkResult.code">
<b-col>
<b-col>
<b-card class="p-0 gradido-custom-background">
<div class="p-4">
{{ $t('form.thx') }}

View File

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