mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-08-08 02:05:01 +00:00
remove testing menu
This commit is contained in:
@@ -190,13 +190,6 @@ const Snippetbar = createReactClass({
|
|||||||
if(snippets.length === 0) return null;
|
if(snippets.length === 0) return null;
|
||||||
|
|
||||||
return <div className='snippets'>
|
return <div className='snippets'>
|
||||||
<Dropdown groupName='test' id='test-menu'>
|
|
||||||
<div>car</div>
|
|
||||||
<Dropdown groupName='submenu test' id='test-submenu'>
|
|
||||||
<div>bike</div>
|
|
||||||
<div>truck</div>
|
|
||||||
</Dropdown>
|
|
||||||
</Dropdown>
|
|
||||||
{_.map(snippets, (snippetGroup)=>{
|
{_.map(snippets, (snippetGroup)=>{
|
||||||
return <SnippetGroup
|
return <SnippetGroup
|
||||||
brew={this.props.brew}
|
brew={this.props.brew}
|
||||||
|
|||||||
Reference in New Issue
Block a user