Fix mobile menu

This commit is contained in:
Leonardo Murça 2022-09-15 19:15:26 -03:00
parent e65c7233f3
commit 93ddbc902b

View file

@ -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,