diff --git a/app/hub/Views/SideNavigationView/SideNavigationViewContainer.jsx b/app/hub/Views/SideNavigationView/SideNavigationViewContainer.jsx index 975590b4b..d591777b3 100644 --- a/app/hub/Views/SideNavigationView/SideNavigationViewContainer.jsx +++ b/app/hub/Views/SideNavigationView/SideNavigationViewContainer.jsx @@ -52,7 +52,7 @@ class SideNavigationViewContainer extends Component { */ render() { const { user, location } = this.props; - const disableRegEx = /^(\/setup(?!\/4$))|(\/tutorial(?!\/6$))/; + const disableRegEx = /^(\/setup)|(\/tutorial(?!\/6$))/; const menuItems = ah ? [ { href: '/home', icon: 'home', text: t('hub_side_navigation_home') },