diff --git a/frontend/src/components/DiscussionsSideBar.vue b/frontend/src/components/DiscussionsSideBar.vue index 8c4a2a32..d32a2f62 100644 --- a/frontend/src/components/DiscussionsSideBar.vue +++ b/frontend/src/components/DiscussionsSideBar.vue @@ -45,21 +45,21 @@ v-slot="learningPaths: { data: LearningPath[] }" > - - {{ learningPath.title }} - - - - - - + v-for="learningPath in learningPaths.data" + :key="learningPath.hruid" + :value="learningPath.hruid" + > + + {{ learningPath.title }} + + + + + +