duplication of notification solved

This commit is contained in:
Eudes Inácio
2023-08-03 13:04:58 +01:00
parent c96aad2136
commit a059187885
4 changed files with 25 additions and 8 deletions
+1
View File
@@ -103,6 +103,7 @@ export class ProfilePage implements OnInit {
this.DataArray = []
value.forEach((element, i) => {
console.log('Getnotifications',element, i )
let notificationObject;
if (element.notification) {