0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 20:22:42 +00:00

autohide dropdown again

This commit is contained in:
Gazook89
2022-10-18 21:02:44 -05:00
parent a7a67621a1
commit 23a0a89ead

View File

@@ -139,7 +139,7 @@ const RecentItems = createClass({
},
renderDropdown : function(){
// if(!this.state.showDropdown) return null;
if(!this.state.showDropdown) return null;
const makeItems = (brews)=>{
return _.map(brews, (brew, i)=>{