Skip to content

Commit

Permalink
fix: fix trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt-bot committed Jul 8, 2018
1 parent 900aaa8 commit f5a604d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pattern-lab/src/components/schema-form/schema-form.js
Expand Up @@ -27,7 +27,7 @@ function saveToLS(uuid, key, value) {
uuid,
JSON.stringify({
[key]: value,
})
}),
);
}
}
Expand Down

0 comments on commit f5a604d

Please sign in to comment.