This commit is contained in:
Peter Maquiran
2021-08-20 12:23:49 +01:00
parent 99fedee4ea
commit 126e62d587
+1 -1
View File
@@ -162,7 +162,7 @@ export class ProfilePage implements OnInit {
console.log("Delete notification first stata", this.notificationdata)
this.notificationdata = this.notificationdata.filter(item=>item.index !=index );
if(typeof(this.notificationdata) ) {
if(typeof(this.notificationdata) != 'object' ) {
console.log('=_+_+_+_+_+_+_+_+_+_++_+_+_+_+_+_+_+_+_+_+_+_ not an object')
}