From b9f64092b8892b1e48147a5171def9795bb7e0fa Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sat, 3 Sep 2022 12:48:04 +1200 Subject: [PATCH] Remove unnecessary `visible` from UserPage --- client/homebrew/pages/userPage/userPage.jsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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){