[perf] pending payments check (#3565)
Co-authored-by: dni ⚡ <office@dnilabs.com>
This commit is contained in:
@@ -18,12 +18,7 @@
|
||||
//Needed for Vue to create the app on first load (although called on every page, its only loaded once)
|
||||
window.app = Vue.createApp({
|
||||
el: '#vue',
|
||||
mixins: [window.windowMixin],
|
||||
data() {
|
||||
return {
|
||||
updatePayments: false
|
||||
}
|
||||
}
|
||||
mixins: [window.windowMixin]
|
||||
})
|
||||
</script>
|
||||
{%- endmacro %}
|
||||
|
||||
@@ -172,7 +172,6 @@
|
||||
<q-card class="wallet-card">
|
||||
<q-card-section>
|
||||
<lnbits-payment-list
|
||||
:update="updatePayments"
|
||||
:expand-details="expandDetails"
|
||||
:payment-filter="paymentFilter"
|
||||
></lnbits-payment-list>
|
||||
|
||||
Reference in New Issue
Block a user