Parse to json on perfil

This commit is contained in:
Eudes Inácio
2021-08-30 15:10:36 +01:00
parent 02cf2f0ee9
commit 23d73c6d5f
+2 -1
View File
@@ -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)