Skip to content
Snippets Groups Projects
Commit b7fb720c authored by HJ's avatar HJ :fire:
Browse files

cleanup, cold-boot issue fixed

parent 73a93707
Branches
No related tags found
No related merge requests found
......@@ -213,8 +213,7 @@ const generateColors = (input) => {
}
const generateRadii = (input) => {
console.log(input)
const radii = Object.entries(input.radii).filter(([k, v]) => v).reduce((acc, [k, v]) => {
const radii = Object.entries(input.radii || {}).filter(([k, v]) => v).reduce((acc, [k, v]) => {
acc[k] = v
return acc
}, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment