0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Conflict fix for homebrew.jsx

This commit is contained in:
G.Ambatte
2022-03-27 17:12:15 +13:00
parent a0a02f5375
commit c8f6dea1e1

View File

@@ -32,11 +32,12 @@ const Homebrew = createClass({
}
};
},
componentWillMount : function() {
getInitialState : function() {
global.account = this.props.account;
global.version = this.props.version;
global.enable_v3 = this.props.enable_v3;
global.config = this.props.config;
return {};
},
render : function (){
return (