Skip to content

Commit

Permalink
fix: comment section fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixkk committed Dec 17, 2024
1 parent 7a4168c commit 3572d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NUXT/pages/watch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
/>

<!-- Comments -->
<div v-if="loaded && video.commentData && parseInt(video.commentData.commentCount.runs[0].text) > 1" @click="toggleComment">
<div v-if="loaded && video.commentData && parseFloat(video.commentData.commentCount.runs[0].text) > 1" @click="toggleComment">
<v-card
v-ripple
flat
Expand Down

0 comments on commit 3572d99

Please sign in to comment.