mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-26 16:51:42 +02:00
make format
This commit is contained in:
parent
ebeecdecca
commit
28e62f3333
@ -274,9 +274,7 @@
|
||||
<q-list separator class="q-mb-lg">
|
||||
<q-item v-if="!lastPaymentsDialog.data.length">
|
||||
<q-item-section>
|
||||
<q-item-label class="text-bold"
|
||||
>No paid invoices</q-item-label
|
||||
>
|
||||
<q-item-label class="text-bold">No paid invoices</q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item v-for="(payment, idx) in lastPaymentsDialog.data" :key="idx">
|
||||
|
Loading…
x
Reference in New Issue
Block a user