From 93ddbc902b51c7e433e1030ea1851212a5b687b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Thu, 15 Sep 2022 19:15:26 -0300 Subject: [PATCH] Fix mobile menu --- src/app/data.js | 1 + 1 file changed, 1 insertion(+) 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,