diff --git a/frontend/src/Apps/Forums.vue b/frontend/src/Apps/Forums.vue index 50e17f6..0effc5c 100644 --- a/frontend/src/Apps/Forums.vue +++ b/frontend/src/Apps/Forums.vue @@ -18,7 +18,6 @@ const selectedCourse = ref(); const selectedForum = ref(); const Role = (await getSelf()).role; -const addForum = ref(false); const addForumName = ref(""); const addPost = ref(false); const addPostSubject = ref(""); @@ -33,10 +32,10 @@ const addPostContent = ref(""); - + -
{{ post.subject }}
@@ -49,14 +48,14 @@ const addPostContent = ref("");

{{msg.author.firtName}} {{msg.author.lastName}} - {{msg.content}}

- +
-