Render like count textually.

This commit is contained in:
FireMasterK
2021-05-31 03:36:35 +05:30
parent ee74fd5b62
commit 783246abcd
2 changed files with 17 additions and 1 deletions

View File

@@ -63,7 +63,7 @@
</div>
<p>{{ comment.commentText }}</p>
<div>
<b>{{ comment.likeCount }}</b>
<b>{{ numberFormat(comment.likeCount) }}</b>
&nbsp;
<font-awesome-icon icon="thumbs-up"></font-awesome-icon>
&nbsp;