diff --git a/frontend/src/pages/Home/StudentHome.vue b/frontend/src/pages/Home/StudentHome.vue index 85491a12..9c02893c 100644 --- a/frontend/src/pages/Home/StudentHome.vue +++ b/frontend/src/pages/Home/StudentHome.vue @@ -108,7 +108,7 @@
{{ - myBatches.data?.[0].students.includes(user.data?.name) + myBatches.data?.[0].students?.includes(user.data?.name) ? __('My Batches') : __('Our Upcoming Batches') }}