Removing username

This commit is contained in:
Belen Curcio
2017-04-12 08:16:02 -03:00
parent 2e3021e66b
commit cc0f757746
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ class Embed extends Component {
this.props.data.refetch();
}}>{lang.t('showAllComments')}</Button>
}
{loggedIn && activeTab !== 1 && <UserBox user={user} logout={() => this.props.logout().then(refetch)} changeTab={this.changeTab}/>}
{loggedIn && <UserBox user={user} logout={() => this.props.logout().then(refetch)} changeTab={this.changeTab}/>}
<TabContent show={activeTab === 0}>
{
openStream
@@ -44,7 +44,6 @@ class ProfileContainer extends Component {
return (
<div>
<ProfileHeader username={this.props.userData.username} />
{
// Hiding bio until moderation can get figured out