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:
|
isActive:
|
||||||
activePath === '/home' ||
|
activePath === '/home' ||
|
||||||
activePath === '/login' ||
|
activePath === '/login' ||
|
||||||
|
activePath === '/profile' ||
|
||||||
activePath === '/' ||
|
activePath === '/' ||
|
||||||
activePath.indexOf('class') !== -1 ||
|
activePath.indexOf('class') !== -1 ||
|
||||||
activePath.indexOf('assignment') !== -1,
|
activePath.indexOf('assignment') !== -1,
|
||||||
|
|
Loading…
Reference in a new issue