Added console to debug portion of soapbox settings object that should be pushed to Redux store
This commit is contained in:
@ -159,6 +159,7 @@ class ConfigSoapbox extends ImmutablePureComponent {
|
||||
obj.configs[0].value[0].tuple[1].customCss.push(f)
|
||||
);
|
||||
// console.log(JSON.stringify(obj, null, 2));
|
||||
console.log(JSON.stringify(obj.configs[0].value[0].tuple[1], null, 2));
|
||||
return JSON.stringify(obj);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user