Fix position

This commit is contained in:
Peter Maquiran
2021-07-16 20:11:34 +01:00
parent 8b7180eaab
commit 9f9dc22c91
2 changed files with 4 additions and 1 deletions
@@ -112,7 +112,10 @@ export class PendentesPage implements OnInit {
}
else if(workflowName == 'Expediente') {
this.router.navigate(['/home/gabinete-digital/expediente',serialNumber,'gabinete-digital']);
} else {
console.log('cant find page for this task')
}
}
}