Adjusting tab classes

This commit is contained in:
StephanieDClark
2017-06-05 14:48:50 -07:00
committed by GitHub
parent 5838f5d486
commit 9e1d010db3
@@ -41,7 +41,7 @@ export default class Embed extends React.Component {
return (
<div>
<div className="commentStream">
<TabBar onChange={this.changeTab} activeTab={activeTab} cNames={'tabbar'}>
<TabBar onChange={this.changeTab} activeTab={activeTab}>
<Tab cNames={'comment-count'}><Count count={totalCommentCount} /></Tab>
<Tab cNames={'comment-profile'}>{t('framework.my_profile')}</Tab>
<Tab cNames={'comment-configuration'} restricted={!can(user, 'UPDATE_CONFIG')}>{t('framework.configure_stream')}</Tab>