Watch: Fix "Show More replies" button visibility condition (#2460)
This commit is contained in:
parent
08425c824a
commit
fa012972bd
|
@ -175,7 +175,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<div
|
||||
v-if="comment.replies.length < comment.numReplies"
|
||||
v-if="comment.replyToken !== null"
|
||||
class="showMoreReplies"
|
||||
@click="getCommentReplies(index)"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue