mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Fix
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user