diff --git a/client/homebrew/pages/userPage/userPage.jsx b/client/homebrew/pages/userPage/userPage.jsx index c9abc5d76..6c3af7907 100644 --- a/client/homebrew/pages/userPage/userPage.jsx +++ b/client/homebrew/pages/userPage/userPage.jsx @@ -31,10 +31,9 @@ const UserPage = createClass({ const brewCollection = [ { - title : `${usernameWithS} published brews`, - class : 'published', - brews : brews.published, - visible : true + title : `${usernameWithS} published brews`, + class : 'published', + brews : brews.published } ]; if(this.props.username == global.account?.username){