diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 6558620ea..b4e7b311b 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -336,7 +336,7 @@ const SnippetGroup = createReactClass({ ); } else if(snippet.subsnippets){ return ( - + {this.renderSnippets(snippet.subsnippets)} )