mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 06:13:05 +08:00
Hidding login as
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user