From c12a18819656887181474e286028261ee479b83a Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Thu, 28 May 2026 11:45:14 -0500 Subject: [PATCH] Be sure snippet icon is getting passed in --- client/homebrew/editor/snippetbar/snippetbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 02aa7b9d7..6558620ea 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)} )