Fix yarn lint error

This commit is contained in:
StephanieDClark
2017-06-05 12:58:04 -07:00
committed by GitHub
parent 3b7603ee31
commit 414e5d78bd
@@ -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} cNames={'tabbar'}>
<Tab cNames={`comment-count`}><Count count={totalCommentCount} /></Tab>
<Tab cNames={`my-comments`}>{t('framework.my_profile')}</Tab>
<Tab cNames={`comment-configuration`} restricted={!can(user, 'UPDATE_CONFIG')}>{t('framework.configure_stream')}</Tab>