-
{{ $t("a.Circle") }} «{{ props.dueDate.circle?.title }}»
+
+
+ {{ courseSessionTitle }}:
+
+ {{ $t("a.Circle") }} «{{ props.dueDate.circle?.title }}»
+
diff --git a/client/src/components/dueDates/DueDatesList.vue b/client/src/components/dueDates/DueDatesList.vue
index 5b02c6a6..95818ff7 100644
--- a/client/src/components/dueDates/DueDatesList.vue
+++ b/client/src/components/dueDates/DueDatesList.vue
@@ -9,6 +9,7 @@ const props = defineProps<{
showTopBorder: boolean;
showBottomBorder: boolean;
showAllDueDatesLink: boolean;
+ showCourseSession: boolean;
}>();
const allDueDates = computed(() => {
@@ -28,7 +29,10 @@ const dueDatesDisplayed = computed(() => {
:key="dueDate.id"
:class="{ 'first:border-t': props.showTopBorder, 'border-b': true }"
>
-