Commit 6a40df7c7f1a85943f24c59b8b102495a5f9e151

Authored by Amber Dev
1 parent f87ff3ba56

cleared bugs

Showing 1 changed file with 0 additions and 15 deletions   Show diff stats
src/pages/Dashboard/CourseDiscussionForum.vue
... ... @@ -188,21 +188,6 @@
188 188 </v-data-table>
189 189 </v-flex>
190 190 </v-layout>
191   -
192   - <!-- NEXT CHAPTER -->
193   - <!-- <v-flex
194   - class="text-xs-right mt-5"
195   - v-if="indexSelectedChapter < chapterNames.length -1"
196   - @click="showSelectedChapter()"
197   - >
198   - <span style="cursor: pointer;" class="subheading font-weight-bold">
199   - {{chapterNames[indexSelectedChapter + 1]}}
200   - <v-icon class="black--text" style="position:relative; top: 4px;">chevron_right</v-icon>
201   - </span>
202   - </v-flex>-->
203   - <!-- <v-flex class="text-xs-right mt-5" v-else>
204   - <span class="subheading font-weight-bold">Return to chapter one</span>
205   - </v-flex>-->
206 191 </v-flex>
207 192  
208 193 <v-spacer></v-spacer>
... ...