Commit cf2d498a8264825ec030aad3a7b0d8bcbe87ce5b

Authored by Amber Dev
1 parent 8f71ea335f

made live session chaptername dynamic

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
src/pages/Dashboard/LiveOnlineClass.vue
... ... @@ -184,7 +184,9 @@
184 184 <v-layout column>
185 185 <!-- HEADING -->
186 186 <v-flex>
187   - <div class="title side-bar-color font-weight-bold">Live Online Classes - Solution</div>
  187 + <div
  188 + class="title side-bar-color font-weight-bold"
  189 + >Live Online Classes - {{$route.query.chapterName}}</div>
188 190 <div class="subheading grey--text lighten-1">This conference is in progress</div>
189 191 <div
190 192 class="subheading grey--text lighten-1"
... ...