mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 14:12:43 +00:00
Initial IDB functionality pass
This commit is contained in:
@@ -70,10 +70,10 @@ const Snippetbar = createClass({
|
||||
|
||||
if(historyExists(this.props.brew) != this.state.historyExists){
|
||||
this.setState({
|
||||
historyExists : !this.state.historyExists
|
||||
historyExists : !this.state.historyExists
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
},
|
||||
|
||||
mergeCustomizer : function(oldValue, newValue, key) {
|
||||
|
||||
Reference in New Issue
Block a user