fix: dashboard
Deploy banu-front / deploy (push) Successful in 1m34s

This commit is contained in:
sajjadtalkhabi
2026-07-12 12:03:26 +03:30
parent dbc166f015
commit b592f520ab
33 changed files with 1714 additions and 102 deletions
+2 -2
View File
@@ -220,6 +220,6 @@ export const MISSIONARY_REQUEST_STATUS = Object.freeze({
// page. Roles not listed here fall back to the student dashboard.
export const ROLE_HOME_ROUTES = Object.freeze({
admin: 'admin-dashboard',
counselor: 'counselor-consultations',
missionary: 'missionary-requests',
counselor: 'counselor-dashboard',
missionary: 'missionary-dashboard',
})