Skip to content

Commit

Permalink
fix(permissions): groups nav incorrectly showing
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Feb 20, 2019
1 parent b1227be commit 65d8fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/Nav/Sidebar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class Sidebar extends React.Component {
active={activeItem === 'accounts'}
/>
)}
{sessionUser && Helpers.canUser('accounts:view') && (
{sessionUser && Helpers.canUser('groups:view') && (
<SidebarItem
text='Customer Groups'
icon='supervisor_account'
Expand Down

0 comments on commit 65d8fe9

Please sign in to comment.