refactor: rename payment-list to lnbits-payment-list (#3517)

This commit is contained in:
dni ⚡
2025-11-13 12:20:51 +01:00
committed by GitHub
parent b7d178c08e
commit 28c4235c94
8 changed files with 465 additions and 466 deletions
+2 -2
View File
@@ -204,12 +204,12 @@
"
>
<q-card-section>
<payment-list
<lnbits-payment-list
@filter-changed="handleFilterChange"
:update="updatePayments"
:mobile-simple="mobileSimple"
:expand-details="expandDetails"
></payment-list>
></lnbits-payment-list>
</q-card-section>
</q-card>
</div>