mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-22 05:17:51 +00:00
Remove unnecessary visible from UserPage
This commit is contained in:
@@ -33,8 +33,7 @@ const UserPage = createClass({
|
||||
{
|
||||
title : `${usernameWithS} published brews`,
|
||||
class : 'published',
|
||||
brews : brews.published,
|
||||
visible : true
|
||||
brews : brews.published
|
||||
}
|
||||
];
|
||||
if(this.props.username == global.account?.username){
|
||||
|
||||
Reference in New Issue
Block a user