summaryrefslogtreecommitdiff
path: root/src/app/data.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/data.js')
-rw-r--r--src/app/data.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/data.js b/src/app/data.js
index e7048f5..647eb01 100644
--- a/src/app/data.js
+++ b/src/app/data.js
@@ -28,6 +28,7 @@ const menuOptions = activePath => [
isActive:
activePath === '/home' ||
activePath === '/login' ||
+ activePath === '/register' ||
activePath === '/profile' ||
activePath === '/' ||
activePath.indexOf('class') !== -1 ||