Skip to content

Commit

Permalink
chore(sidebar): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Feb 19, 2019
1 parent c828ed5 commit e792a98
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/client/components/Nav/Sidebar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ class Sidebar extends React.Component {
active={activeItem === 'groups'}
/>
)}
<SidebarItem text='Teams' icon='wc' href='/teams' class='navTeams' active={activeItem === 'teams'} />
<SidebarItem
text='Departments'
icon='domain'
href='/departments'
class='navTeams'
active={activeItem === 'departments'}
/>
{/*<SidebarItem text='Teams' icon='wc' href='/teams' class='navTeams' active={activeItem === 'teams'} />*/}
{/*<SidebarItem*/}
{/*text='Departments'*/}
{/*icon='domain'*/}
{/*href='/departments'*/}
{/*class='navTeams'*/}
{/*active={activeItem === 'departments'}*/}
{/*/>*/}
{sessionUser && Helpers.canUser('reports:view') && (
<SidebarItem
text='Reports'
Expand Down

0 comments on commit e792a98

Please sign in to comment.