1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-14 06:35:56 +00:00

version working again

This commit is contained in:
Scott Tolksdorf
2017-01-14 13:32:34 -08:00
parent 75f83427e0
commit a2c6940be4

View File

@@ -33,6 +33,7 @@ const Homebrew = React.createClass({
}, },
componentWillMount: function() { componentWillMount: function() {
global.account = this.props.account; global.account = this.props.account;
global.version = this.props.version;
Router = CreateRouter({ Router = CreateRouter({