0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 19:52:43 +00:00

remove comment

This commit is contained in:
Gazook89
2022-11-24 19:56:40 -06:00
parent a9ff1cded7
commit 70d8491e7c

View File

@@ -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,