This commit is contained in:
tiago.kayaya
2021-08-31 16:41:05 +01:00
32 changed files with 273 additions and 159 deletions
-2
View File
@@ -70,8 +70,6 @@ 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;
})