0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

fix version number

This commit is contained in:
Trevor Buckner
2021-06-10 15:48:29 -04:00
parent 70cc8577e8
commit 4d5653854a

View File

@@ -31,11 +31,10 @@ const Homebrew = createClass({
}
};
},
componentDidMount : function() {
componentWillMount : function() {
global.account = this.props.account;
global.version = this.props.version;
global.enable_v3 = this.props.enable_v3;
},
render : function (){
return (