mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user