This commit is contained in:
tiago.kayaya
2021-10-19 09:18:02 +01:00
parent 2f4c8eeddf
commit 70e412ef8a
3 changed files with 13 additions and 9 deletions
@@ -85,7 +85,7 @@ export class PendentesPage implements OnInit {
});
pendentesList = removeDuplicate(pendentesList)
pendentesList = this.sortService.sortArrayByDate(pendentesList);
pendentesList = this.sortService.sortArrayISODate(pendentesList);
this.listToPresent = pendentesList;
this.skeletonLoader = false;
@@ -132,7 +132,7 @@ export class PendentesPage implements OnInit {
}
});
pendingList = this.sortService.sortArrayISODate(pendingList);
pendingList = pendingList;
this.listToPresent = pendingList;
console.log('pendentes', pendingList)