diff --git a/src/app/modals/profile/profile.page.ts b/src/app/modals/profile/profile.page.ts index ea97e3808..aaf8562af 100644 --- a/src/app/modals/profile/profile.page.ts +++ b/src/app/modals/profile/profile.page.ts @@ -75,7 +75,8 @@ export class ProfilePage implements OnInit { /* var data = JSON.parse(value); */ console.log("Init store parse", value) if(typeof(value) == 'string') { - value = JSON.stringify(value) + value = JSON.parse(value) + console.log("CSDfdvdf",value) } value.forEach((element,i) => { console.log("ARaaAA", element)