mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 19:52:43 +00:00
remove comment
This commit is contained in:
@@ -67,7 +67,6 @@ const Combobox = createClass({
|
||||
},
|
||||
renderDropdown : function(dropdownChildren){
|
||||
if(!this.state.showDropdown) return null;
|
||||
console.log(dropdownChildren);
|
||||
if(this.props.autoSuggest === true){
|
||||
dropdownChildren = dropdownChildren.map((item)=>({
|
||||
...item,
|
||||
|
||||
Reference in New Issue
Block a user