mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
bugs solved
This commit is contained in:
@@ -80,9 +80,13 @@ export class HeaderPage implements OnInit {
|
||||
/* var data = JSON.parse(value); */
|
||||
this.notificationLength = value.length;
|
||||
|
||||
}).catch((error) => {
|
||||
if(!error) {
|
||||
this.notificationLength = 0;
|
||||
} else {
|
||||
console.error('header storage get notification', error)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
|
||||
hideSearch() {
|
||||
|
||||
Reference in New Issue
Block a user