From 23d73c6d5f590d432271dc473d59680d69516f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eudes=20In=C3=A1cio?= Date: Mon, 30 Aug 2021 15:10:36 +0100 Subject: [PATCH] Parse to json on perfil --- src/app/modals/profile/profile.page.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)