0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-28 03:58:39 +00:00

Remove unnecessary visible from UserPage

This commit is contained in:
G.Ambatte
2022-09-03 12:48:04 +12:00
parent 3f1bc02885
commit b9f64092b8
+1 -2
View File
@@ -33,8 +33,7 @@ const UserPage = createClass({
{ {
title : `${usernameWithS} published brews`, title : `${usernameWithS} published brews`,
class : 'published', class : 'published',
brews : brews.published, brews : brews.published
visible : true
} }
]; ];
if(this.props.username == global.account?.username){ if(this.props.username == global.account?.username){