mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-22 15:57:28 +02:00
add "No paid invoices" if... no paid invoices
This commit is contained in:
@@ -272,6 +272,13 @@
|
|||||||
<q-btn icon="close" flat round dense v-close-popup />
|
<q-btn icon="close" flat round dense v-close-popup />
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
<q-list separator class="q-mb-lg">
|
<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">
|
<q-item v-for="(payment, idx) in lastPaymentsDialog.data" :key="idx">
|
||||||
{%raw%}
|
{%raw%}
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
|
Reference in New Issue
Block a user