mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
borderless in LastTransactions.vue
This commit is contained in:
parent
2ec6f05def
commit
7c4932dba6
@ -9,6 +9,7 @@
|
|||||||
<b-list-group class="mt-5">
|
<b-list-group class="mt-5">
|
||||||
<div v-for="(transaction, index) in transactions" :key="transaction.id">
|
<div v-for="(transaction, index) in transactions" :key="transaction.id">
|
||||||
<b-list-group-item
|
<b-list-group-item
|
||||||
|
class="border-0"
|
||||||
v-if="
|
v-if="
|
||||||
index <= 7 &&
|
index <= 7 &&
|
||||||
transaction.typeId !== 'DECAY' &&
|
transaction.typeId !== 'DECAY' &&
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user