Commit 6cafeef2149e48932f313b92a01a79f3bb2ab396

Authored by Amber Dev
1 parent e91641fe59

solved bugs lst

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/pages/Dashboard/CourseDiscussionForum.vue
... ... @@ -193,6 +193,7 @@
193 193 <!-- REPLY FUNCTIONALITY -->
194 194 <template slot="expand" slot-scope="props">
195 195 <v-layout>
  196 + <!-- TOPIC HEADING -->
196 197 <v-flex xs12 v-for="(courseDiscussionData,i) in courseDiscussionData" :key="i">
197 198 <v-card class="elevation-0 grey lighten-3 pa-2" flat>
198 199 <v-list two-line subheader>
... ...