This commit is contained in:
tiago.kayaya
2021-07-13 14:39:40 +01:00
parent 339d35a316
commit f3f091c707
@@ -90,7 +90,6 @@ export class PendentesPage implements OnInit {
this.pendentesList.push(task);
this.pendentesList = removeDuplicate( this.pendentesList)
this.pendentesList = this.sortArrayISODate(this.pendentesList);
console.log(this.pendentesList);
});
this.showLoader = false;