mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix lint
This commit is contained in:
parent
584526c199
commit
e676bb7da8
@ -165,13 +165,13 @@
|
||||
<b-badge variant="primary" pill>Datum</b-badge>
|
||||
</b-list-group-item>
|
||||
</b-list-group>
|
||||
<hr>
|
||||
<hr />
|
||||
<b-row>
|
||||
<b-col><b-button @click="onReset">abbrechen</b-button></b-col>
|
||||
<b-col class="text-right"><b-button variant="success" @click="sendTransaction">jetzt versenden</b-button></b-col>
|
||||
<b-col><b-button @click="onReset">abbrechen</b-button></b-col>
|
||||
<b-col class="text-right">
|
||||
<b-button variant="success" @click="sendTransaction">jetzt versenden</b-button>
|
||||
</b-col>
|
||||
</b-row>
|
||||
|
||||
|
||||
</b-col>
|
||||
</b-row>
|
||||
<b-row v-show="$store.state.row_thx">
|
||||
@ -210,7 +210,7 @@ export default {
|
||||
amount: '',
|
||||
memo: '',
|
||||
},
|
||||
send: false
|
||||
send: false,
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user