mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 00:32:45 +00:00
Conflict fix for homebrew.jsx
This commit is contained in:
@@ -32,11 +32,12 @@ const Homebrew = createClass({
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
componentWillMount : function() {
|
getInitialState : function() {
|
||||||
global.account = this.props.account;
|
global.account = this.props.account;
|
||||||
global.version = this.props.version;
|
global.version = this.props.version;
|
||||||
global.enable_v3 = this.props.enable_v3;
|
global.enable_v3 = this.props.enable_v3;
|
||||||
global.config = this.props.config;
|
global.config = this.props.config;
|
||||||
|
return {};
|
||||||
},
|
},
|
||||||
render : function (){
|
render : function (){
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user