diff --git a/client/coral-admin/src/components/Drawer.js b/client/coral-admin/src/components/Drawer.js index 0385b1773..3aee31c95 100644 --- a/client/coral-admin/src/components/Drawer.js +++ b/client/coral-admin/src/components/Drawer.js @@ -5,6 +5,7 @@ import {IndexLink, Link} from 'react-router'; import styles from './Drawer.css'; import t from 'coral-framework/services/i18n'; import {can} from 'coral-framework/services/perms'; +import cn from 'classnames'; const CoralDrawer = ({handleLogout, auth = {}}) => ( @@ -12,7 +13,7 @@ const CoralDrawer = ({handleLogout, auth = {}}) => (
{t('configure.dashboard')} @@ -20,19 +21,21 @@ const CoralDrawer = ({handleLogout, auth = {}}) => ( { can(auth.user, 'MODERATE_COMMENTS') && ( {t('configure.moderate')} ) } - {t('configure.stories')} - {t('configure.community')} @@ -41,7 +44,7 @@ const CoralDrawer = ({handleLogout, auth = {}}) => ( can(auth.user, 'UPDATE_CONFIG') && ( {t('configure.configure')}