mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-10 17:26:15 +01:00
add "No paid invoices" if... no paid invoices
This commit is contained in:
parent
2eaf5e5668
commit
ebeecdecca
1 changed files with 7 additions and 0 deletions
|
@ -272,6 +272,13 @@
|
|||
<q-btn icon="close" flat round dense v-close-popup />
|
||||
</q-card-section>
|
||||
<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-section>
|
||||
</q-item>
|
||||
<q-item v-for="(payment, idx) in lastPaymentsDialog.data" :key="idx">
|
||||
{%raw%}
|
||||
<q-item-section>
|
||||
|
|
Loading…
Add table
Reference in a new issue