0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-21 02:52:43 +00:00

Initial functionality of basic tag filtering

This commit is contained in:
G.Ambatte
2023-12-03 09:46:02 +13:00
parent c6821819c7
commit 0762b82c40
2 changed files with 9 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ const BrewItem = createClass({
},
updateFilter : function(type, term){
console.log(`BrewItem: TYPE: ${type}; TERM: ${term}`);
// console.log(`BrewItem: TYPE: ${type}; TERM: ${term}`);
this.props.updateListFilter(type, term);
},