remove spacing from header and add in body of content

This commit is contained in:
tiago.kayaya
2021-12-10 16:08:36 +01:00
parent 7c7341b34b
commit fa0bb3c661
19 changed files with 84 additions and 58 deletions
@@ -95,6 +95,7 @@ export class PedidosPage implements OnInit {
let task: customTask = this.customTaskPipe.transform(element);
this.parecerList.push(task);
});
this.pedidosstore.resetparecer(this.sortService.sortDate(this.parecerList, 'CreateDate'));
@@ -114,7 +115,7 @@ export class PedidosPage implements OnInit {
this.deferimentoList.push(task);
});
this.pedidosstore.resetdeferimento(this.sortService.sortDate(this.deferimentoList, 'CreateDate'));
});