missing tab name

This commit is contained in:
Belen Curcio
2017-03-23 09:50:18 -03:00
parent ae96cb1e44
commit 464539d6a3
+1 -1
View File
@@ -121,7 +121,7 @@ class Embed extends Component {
<div className="commentStream">
<TabBar onChange={this.changeTab} activeTab={activeTab}>
<Tab><Count count={asset.commentCount}/></Tab>
<Tab>{lang.t('profile')}</Tab>
<Tab>{lang.t('MY_COMMENTSg')}</Tab>
<Tab restricted={!isAdmin}>Configure Stream</Tab>
</TabBar>
{loggedIn && <UserBox user={user} logout={() => this.props.logout().then(refetch)} changeTab={this.changeTab}/>}