From 75b9fe404a83161d9fe62ee8fb277cb017d40501 Mon Sep 17 00:00:00 2001 From: Aysha Date: Mon, 18 Nov 2024 02:56:53 +0530 Subject: [PATCH] fix: always include discussion title and project in listing --- frontend/src/components/DiscussionList.vue | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/DiscussionList.vue b/frontend/src/components/DiscussionList.vue index 178defa4..648cc363 100644 --- a/frontend/src/components/DiscussionList.vue +++ b/frontend/src/components/DiscussionList.vue @@ -68,14 +68,12 @@ {{ user.full_name }} - + in + + {{ d.team_title }} + + {{ d.project_title }} + @@ -200,4 +198,4 @@ export default { this.$resources.discussions.reload() }, } - + \ No newline at end of file