diff --git a/src/App.jsx b/src/App.jsx index ae08b2b..e40947a 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -50,7 +50,7 @@ const ProtectedRoute = ({ children, requireAdmin, skipEnrollmentGate }) => {
Dashboard Learn - Test + Theme Test Topic Test Leaderboard {state.currentUser.role === 'admin' && ( @@ -78,7 +78,7 @@ const ProtectedRoute = ({ children, requireAdmin, skipEnrollmentGate }) => {