mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
PR have the same actions that MD have on events to aprove
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user