fix: batch lists

This commit is contained in:
Jannat Patel
2024-04-22 14:38:46 +05:30
parent f15fdcc42e
commit 4f7c3f14df
7 changed files with 34 additions and 6 deletions

View File

@@ -77,7 +77,6 @@
/>
</div>
<CourseReviews
v-if="course.data.avg_rating"
:courseName="course.data.name"
:avg_rating="course.data.avg_rating"
:membership="course.data.membership"

View File

@@ -440,7 +440,7 @@ const breadcrumbs = computed(() => {
}
.ce-toolbar__actions {
right: 108%;
right: 108% !important;
}
.ce-block__content {