mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
Adjusting tab classes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user