Added console to debug portion of soapbox settings object that should be pushed to Redux store
This commit is contained in:
parent
c6f3816f77
commit
12caa8e0ce
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ class ConfigSoapbox extends ImmutablePureComponent {
|
||||||
obj.configs[0].value[0].tuple[1].customCss.push(f)
|
obj.configs[0].value[0].tuple[1].customCss.push(f)
|
||||||
);
|
);
|
||||||
// console.log(JSON.stringify(obj, null, 2));
|
// console.log(JSON.stringify(obj, null, 2));
|
||||||
|
console.log(JSON.stringify(obj.configs[0].value[0].tuple[1], null, 2));
|
||||||
return JSON.stringify(obj);
|
return JSON.stringify(obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue