Merge pull request #1717 from rgarmsen2295/plt-1026

PLT-1026 Bolds the team name when the team's statistics page is selected in the system console
This commit is contained in:
Harrison Healey
2015-12-14 09:55:18 -05:00

View File

@@ -108,7 +108,7 @@ export default class AdminSidebar extends React.Component {
<a
href='#'
onClick={this.handleClick.bind(this, 'team_users', team.id)}
className={'nav__sub-menu-item ' + this.isSelected('team_users', team.id)}
className={'nav__sub-menu-item ' + this.isSelected('team_users', team.id) + ' ' + this.isSelected('team_analytics', team.id)}
>
{team.name}
<OverlayTrigger