This commit is contained in:
Peter Maquiran
2023-01-05 12:18:21 +01:00
9 changed files with 53 additions and 58 deletions
+6 -2
View File
@@ -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() {