PR have the same actions that MD have on events to aprove

This commit is contained in:
Eudes Inácio
2023-08-30 11:17:17 +01:00
parent 3d986e864c
commit bf1337f5db
5 changed files with 15 additions and 13 deletions
+2 -2
View File
@@ -77,7 +77,7 @@ export class HeaderPage implements OnInit {
async ngOnInit() {
this.hideSearch();
this.notificationLengthData();
/* this.notificationLengthData(); */
this.getProfilpicture();
}
@@ -115,7 +115,7 @@ export class HeaderPage implements OnInit {
await this.storageservice.get("Notifications").then((value) => {
/* var data = JSON.parse(value); */
this.notificationLength = value.length;
}).catch((error) => {