Skip to content

Commit

Permalink
refactor: Pass props to video-grid in GenericTab
Browse files Browse the repository at this point in the history
  • Loading branch information
arjitcodes committed Nov 25, 2024
1 parent c97adba commit af15ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zimui/src/components/channel/tabs/GenericTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ onMounted(() => {
<video-grid
v-if="videos"
:videos="videos"
:playlist-slug="'main.channel?.'+[props.playlistSlug]"
:playlist-slug="`main.channel?.${props.playlistSlug}`"
/>
</div>
</template>

0 comments on commit af15ed0

Please sign in to comment.