Skip to content

Commit

Permalink
fixes #1080, remove non working link (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl authored Dec 11, 2024
1 parent b90c9d2 commit d373865
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vueapp/components/Videos/VideoPlaylists.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
<tbody>
<tr v-for="(playlist, index) in event.playlists" v-bind:key="playlist.id">
<td>
<router-link :to="{ name: 'playlist' , params: { token: playlist.token }}" target="_blank">
{{ playlist.title }}
</router-link>
{{ playlist.title }}
</td>
<td>
{{ getCourseName(playlist) }}
Expand Down

0 comments on commit d373865

Please sign in to comment.