Hiding thumbs-up icon when the hide Comment Likes setting is enabled (#1909)

This commit is contained in:
Varun Prasad 2022-02-06 14:57:36 -05:00 committed by GitHub
parent f19b5f8501
commit 46316bd2a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@
/>
<p class="commentLikeCount">
<font-awesome-icon
v-if="!hideCommentLikes"
icon="thumbs-up"
/>
{{ comment.likes }}
@ -147,6 +148,7 @@
/>
<p class="commentLikeCount">
<font-awesome-icon
v-if="!hideCommentLikes"
icon="thumbs-up"
/>
{{ reply.likes }}