0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Remove extra comma

This commit is contained in:
Trevor Buckner
2023-11-09 10:03:14 -05:00
committed by GitHub
parent 3f19b2975c
commit ad455f652c

View File

@@ -48,7 +48,7 @@ const Snippetbar = createClass({
return {
renderer : this.props.renderer,
themeSelector : false,
snippets : [],
snippets : []
};
},