diff --git a/src/components/modules/Modules.js b/src/components/modules/Modules.js index ed32505..8e6186a 100644 --- a/src/components/modules/Modules.js +++ b/src/components/modules/Modules.js @@ -65,10 +65,10 @@ export default props => { - + {/* */} ]); -}; \ No newline at end of file +}; diff --git a/src/components/modules/layout/Navigation.js b/src/components/modules/layout/Navigation.js index 45efff1..ba706aa 100644 --- a/src/components/modules/layout/Navigation.js +++ b/src/components/modules/layout/Navigation.js @@ -93,11 +93,11 @@ export default props => { Сигнали } - { !requireRoles(['admin'])? null : + {/* { !requireRoles(['admin'])? null : Администрация - } + } */} {/* Статии @@ -111,4 +111,4 @@ export default props => { ) -}; \ No newline at end of file +};