diff --git a/frontend/src/components/DiscussionSideBarElement.vue b/frontend/src/components/DiscussionSideBarElement.vue
index cda9e849..2d7eb1df 100644
--- a/frontend/src/components/DiscussionSideBarElement.vue
+++ b/frontend/src/components/DiscussionSideBarElement.vue
@@ -13,42 +13,33 @@
activeObjectId: string;
}>();
- const learningObjectsQuery = useLearningObjectListForPathQuery(props.path);
+ const learningObjects = useLearningObjectListForPathQuery(props.path);
-
-
- {{ path.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/frontend/src/components/DiscussionsSideBar.vue b/frontend/src/components/DiscussionsSideBar.vue
index 47590864..4b5b1b86 100644
--- a/frontend/src/components/DiscussionsSideBar.vue
+++ b/frontend/src/components/DiscussionsSideBar.vue
@@ -43,12 +43,21 @@
:query-result="allLearningPathsResult"
v-slot="learningPaths: { data: LearningPath[] }"
>
-
+
+
+ {{ learningPath.title }}
+
+
+
+
+
+
+