0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 20:23:39 +00:00

Merge branch 'master' into Functional-Tag-Editor

This commit is contained in:
Gazook89
2024-09-17 14:50:31 -05:00

View File

@@ -68,9 +68,12 @@ const Snippetbar = createClass({
}); });
}; };
this.setState({ if(historyExists(this.props.brew) != this.state.historyExists){
historyExists : historyExists(this.props.brew) this.setState({
}); historyExists : !this.state.historyExists
});
};
}, },
mergeCustomizer : function(oldValue, newValue, key) { mergeCustomizer : function(oldValue, newValue, key) {