0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 20:03:02 +00:00

Fix sanitizing brews in user page, hide own G brews on other profiles

This commit is contained in:
Trevor Buckner
2021-06-10 14:22:12 -04:00
parent 19456e8be0
commit f80d5e6b52
5 changed files with 9420 additions and 50 deletions

View File

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