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
35b9627300
commit
2ecd654dd7
@ -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') }}
|
||||
|
||||
@ -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) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user