Fix counting

This commit is contained in:
Peter Maquiran
2021-08-31 10:17:23 +01:00
parent ca4f9e47de
commit 81b825b6b8
3 changed files with 12 additions and 8 deletions
+2
View File
@@ -70,6 +70,8 @@ export class HeaderPage implements OnInit {
this.storageservice.get("Notifications").then((value) => {
console.log("Init get store", value)
if(value == 'žée') return false
/* var data = JSON.parse(value); */
this.notificationLength = value.length;
})