notification update

This commit is contained in:
Eudes Inácio
2023-08-22 09:12:56 +01:00
parent 54664832a9
commit f6e969b26c
2 changed files with 8 additions and 6 deletions
+2
View File
@@ -65,9 +65,11 @@ export class HeaderPage implements OnInit {
if(event.notification == "recive") {
console.log('header', event.notification)
this.notificationLength++
window['headerupdate']()
} else if(event.notification == "deleted") {
console.log('header', event.notification)
this.notificationLength--
window['headerupdate']()
}
});