fix: show dashboard to evaluators too
This commit is contained in:
@@ -62,9 +62,7 @@
|
||||
<div v-else-if="tab.label == 'Dashboard' && isStudent">
|
||||
<BatchDashboard :batch="batch" :isStudent="isStudent" />
|
||||
</div>
|
||||
<div
|
||||
v-else-if="tab.label == 'Dashboard' && user.data?.is_moderator"
|
||||
>
|
||||
<div v-else-if="tab.label == 'Dashboard'">
|
||||
<BatchStudents :batch="batch.data" />
|
||||
</div>
|
||||
<div v-else-if="tab.label == 'Live Class'">
|
||||
|
||||
Reference in New Issue
Block a user