mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-08-06 04:37:37 +00:00
Be sure snippet icon is getting passed in
This commit is contained in:
@@ -336,7 +336,7 @@ const SnippetGroup = createReactClass({
|
||||
);
|
||||
} else if(snippet.subsnippets){
|
||||
return (
|
||||
<Dropdown groupName={snippet.name}>
|
||||
<Dropdown groupName={snippet.name} icon={snippet.icon}>
|
||||
{this.renderSnippets(snippet.subsnippets)}
|
||||
</Dropdown>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user