mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-20 04:21:20 +02:00
prettier
This commit is contained in:
@@ -317,7 +317,7 @@
|
||||
.then(function (response) {
|
||||
self.tickets = response.data
|
||||
.map(function (obj) {
|
||||
if (obj.paid){
|
||||
if (obj.paid) {
|
||||
return mapLNTicket(obj)
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user