diff --git a/client/src/components/App/index.js b/client/src/components/App/index.js index 2458f667..a25941a0 100644 --- a/client/src/components/App/index.js +++ b/client/src/components/App/index.js @@ -34,6 +34,8 @@ import EncryptionTopline from '../ui/EncryptionTopline'; import Icons from '../ui/Icons'; import i18n from '../../i18n'; import Loading from '../ui/Loading'; +import { FILTERS_URLS, MENU_URLS, SETTINGS_URLS } from '../../helpers/constants'; +import Services from '../Filters/Services'; class App extends Component { componentDidMount() { @@ -99,26 +101,29 @@ class App extends Component {
+ />
)} {!dashboard.processing && dashboard.isCoreRunning && ( - - - - - - - - - - - - - - + <> + + + + + + + + + + + + + + )}