We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1e57a commit fc62094Copy full SHA for fc62094
vueapp/components/Videos/VideoRow.vue
@@ -100,7 +100,7 @@
100
href="#" @click.prevent="redirectAction(`/livestream/` + event.token)" target="_blank">
101
{{event.title}}
102
</a>
103
- <a v-else-if="event.publication && event.preview && event.available"
+ <a v-else-if="event.publication && event.available"
104
href="#" @click.prevent="redirectAction(`/video/` + event.token)" target="_blank">
105
106
0 commit comments