Fix mobile menu
This commit is contained in:
parent
e65c7233f3
commit
93ddbc902b
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ const menuOptions = activePath => [
|
|||
isActive:
|
||||
activePath === '/home' ||
|
||||
activePath === '/login' ||
|
||||
activePath === '/profile' ||
|
||||
activePath === '/' ||
|
||||
activePath.indexOf('class') !== -1 ||
|
||||
activePath.indexOf('assignment') !== -1,
|
||||
|
|
Loading…
Reference in a new issue