Watch: Fix "Show More replies" button visibility condition (#2460)

This commit is contained in:
Svallinn 2022-08-08 03:10:28 +01:00 committed by GitHub
parent 08425c824a
commit fa012972bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
</p>
</div>
<div
v-if="comment.replies.length < comment.numReplies"
v-if="comment.replyToken !== null"
class="showMoreReplies"
@click="getCommentReplies(index)"
>