remove commented out code

This commit is contained in:
Tiago Vasconcelos
2022-11-17 15:33:20 +00:00
parent e93d1b322b
commit 2eaf5e5668

View File

@@ -566,7 +566,6 @@
.then(res => {
if (res.data && res.data.length) {
let last = [...res.data]
//last.length = Math.min(last.length, 5)
this.lastPaymentsDialog.data = last.map(obj => {
obj.dateFrom = moment(obj.time * 1000).fromNow()
return obj