diff --git a/src/AuthenticatedApp.js b/src/AuthenticatedApp.js index de87f12..1244c34 100644 --- a/src/AuthenticatedApp.js +++ b/src/AuthenticatedApp.js @@ -96,7 +96,10 @@ const menuOptions = activePath => [ unselectedIcon: , pathname: '/home', isActive: - activePath === '/home' || activePath === '/login' || activePath === '/', + activePath === '/home' || + activePath === '/login' || + activePath === '/' || + activePath.indexOf('class') !== -1, }, { id: 1,