We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b04a92 + 79bce5c commit f20a753Copy full SHA for f20a753
1 file changed
website/src/components/playground/config/settings.js
@@ -3,7 +3,7 @@ const parseObject = (value) =>
3
const [left, right] = assignment.split('=')
4
return {
5
...obj,
6
- [left]: right,
+ [left.trim()]: right.trim(),
7
}
8
}, {})
9
0 commit comments