fix Badge * mark at tab.
This commit is contained in:
@@ -120,7 +120,7 @@ var TabBar = React.createClass({
|
||||
</Badge>);
|
||||
} else if (thisObj.props.unreadCounts[index] != 0) {
|
||||
badge = (<Badge>
|
||||
*
|
||||
•
|
||||
</Badge>);
|
||||
}
|
||||
return (<NavItem className="teamTabItem" id={ 'teamTabItem' + index } eventKey={ index }>
|
||||
|
Reference in New Issue
Block a user