Hidding login as

This commit is contained in:
Belen Curcio
2017-04-11 22:00:55 -03:00
parent 3c6ce7a80f
commit e4aa98b87a
+1 -1
View File
@@ -158,7 +158,7 @@ class Embed extends Component {
this.props.data.refetch();
}}>{lang.t('showAllComments')}</Button>
}
{loggedIn && <UserBox user={user} logout={() => this.props.logout().then(refetch)} changeTab={this.changeTab}/>}
{loggedIn && activeTab !== 1 && <UserBox user={user} logout={() => this.props.logout().then(refetch)} changeTab={this.changeTab}/>}
<TabContent show={activeTab === 0}>
{
openStream