diff --git a/client/src/components/dashboard/FeedbackSummaryBox.vue b/client/src/components/dashboard/FeedbackSummaryBox.vue index 0c80d5cf..c5dc7849 100644 --- a/client/src/components/dashboard/FeedbackSummaryBox.vue +++ b/client/src/components/dashboard/FeedbackSummaryBox.vue @@ -7,6 +7,7 @@ const props = defineProps<{ feedbackCount: number; statisfactionMax: number; statisfactionAvg: number; + courseSlug: string; }>(); const satisfactionColor = computed(() => { @@ -15,7 +16,10 @@ const satisfactionColor = computed(() => {