mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-20 04:21:20 +02:00
remove commented out code
This commit is contained in:
@@ -566,7 +566,6 @@
|
|||||||
.then(res => {
|
.then(res => {
|
||||||
if (res.data && res.data.length) {
|
if (res.data && res.data.length) {
|
||||||
let last = [...res.data]
|
let last = [...res.data]
|
||||||
//last.length = Math.min(last.length, 5)
|
|
||||||
this.lastPaymentsDialog.data = last.map(obj => {
|
this.lastPaymentsDialog.data = last.map(obj => {
|
||||||
obj.dateFrom = moment(obj.time * 1000).fromNow()
|
obj.dateFrom = moment(obj.time * 1000).fromNow()
|
||||||
return obj
|
return obj
|
||||||
|
Reference in New Issue
Block a user