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