This commit is contained in:
callebtc 2022-11-05 20:52:52 +01:00 committed by dni ⚡
parent 4eff556403
commit aa38b79b81

View File

@ -903,7 +903,7 @@
{
name: 'amount',
align: 'left',
label: 'Value ({{LNBITS_DENOMINATION}})',
label: 'Amount',
field: 'amount',
sortable: true
},
@ -982,7 +982,7 @@
return acc
}, {})
return Object.keys(x).map(k => ({
value: k,
value: parseInt(k),
count: x[k],
sum: k * x[k]
}))