diff --git a/frontend/src/pages/Batches/BatchDetail.vue b/frontend/src/pages/Batches/BatchDetail.vue index a3a83f18..6803f5ca 100644 --- a/frontend/src/pages/Batches/BatchDetail.vue +++ b/frontend/src/pages/Batches/BatchDetail.vue @@ -191,7 +191,7 @@ const addToTabs = (label, component, icon) => { } const isAdmin = computed(() => { - return user.data?.is_moderator || batch.data?.is_evaluator + return user.data?.is_moderator || user.data?.is_evaluator }) const isStudent = computed(() => { diff --git a/frontend/src/pages/Courses/StudentCourseProgress.vue b/frontend/src/pages/Courses/StudentCourseProgress.vue index 43345688..3a159fa0 100644 --- a/frontend/src/pages/Courses/StudentCourseProgress.vue +++ b/frontend/src/pages/Courses/StudentCourseProgress.vue @@ -3,7 +3,7 @@ v-model="show" :options="{ title: __('Student Progress'), - size: hasAssessmentData ? '3xl' : 'xl', + size: hasAssessmentData ? '4xl' : 'xl', }" >