This commit is contained in:
Peter Maquiran
2023-04-17 17:24:35 +01:00
parent b4bc286557
commit d585331bd7
2 changed files with 7 additions and 11 deletions
@@ -61,8 +61,6 @@ export class AllProcessesPage implements OnInit {
checkFilter() {
console.log(this.router.url)
if(this.router.url.includes('ForToDay')) {
this.filterName = 'Para hoje'
} else if (this.router.url.includes('OverdueTasks')) {
@@ -71,8 +69,6 @@ export class AllProcessesPage implements OnInit {
this.filterName = 'Novos'
} else if (this.router.url.includes('unread')) {
this.filterName = 'Não lidos'
} else {
console.log('else uiuuiu')
}
}