From a6bce38afd8cb068a3560609ce997c540351cfca Mon Sep 17 00:00:00 2001 From: root Date: Sat, 6 Nov 2021 20:50:25 +0530 Subject: [PATCH] Fix comments with no replies --- src/components/VideoComment.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/VideoComment.vue b/src/components/VideoComment.vue index 0bd1800..4a8987f 100644 --- a/src/components/VideoComment.vue +++ b/src/components/VideoComment.vue @@ -19,8 +19,8 @@ mdi-thumb-up {{ numberFormat(comment.likeCount) }} mdi-heart
- Load Replies -
+ Load Replies +
{{ showChildComments ? 'Hide' : 'Show' }} Replies