diff --git a/frontend/src/components/DiscussionReplies.vue b/frontend/src/components/DiscussionReplies.vue index 22a4b3c1..93deac84 100644 --- a/frontend/src/components/DiscussionReplies.vue +++ b/frontend/src/components/DiscussionReplies.vue @@ -71,7 +71,7 @@ { } }) return users - - /* [{ - label: "jannat", - value: "jannat" - }, { - label: "samreen", - value: "samreen" - }] */ }) const postReply = () => { diff --git a/frontend/src/components/Discussions.vue b/frontend/src/components/Discussions.vue index 5330a29c..f88e86e2 100644 --- a/frontend/src/components/Discussions.vue +++ b/frontend/src/components/Discussions.vue @@ -119,7 +119,7 @@ onMounted(() => { if (props.scrollToBottom) { setTimeout(() => { scrollToEnd() - }, 0) + }, 100) } }) diff --git a/frontend/src/pages/Courses.vue b/frontend/src/pages/Courses.vue index 4f48e033..aed682d8 100644 --- a/frontend/src/pages/Courses.vue +++ b/frontend/src/pages/Courses.vue @@ -57,14 +57,6 @@ v-if="tab.courses && tab.courses.value.length" class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-5 my-5 mx-5" > -