diff --git a/src/app/data.js b/src/app/data.js index 5dcaee3..e7048f5 100644 --- a/src/app/data.js +++ b/src/app/data.js @@ -28,6 +28,7 @@ const menuOptions = activePath => [ isActive: activePath === '/home' || activePath === '/login' || + activePath === '/profile' || activePath === '/' || activePath.indexOf('class') !== -1 || activePath.indexOf('assignment') !== -1,