mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
Render like count textually.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
</div>
|
||||
<p>{{ comment.commentText }}</p>
|
||||
<div>
|
||||
<b>{{ comment.likeCount }}</b>
|
||||
<b>{{ numberFormat(comment.likeCount) }}</b>
|
||||
|
||||
<font-awesome-icon icon="thumbs-up"></font-awesome-icon>
|
||||
|
||||
|
Reference in New Issue
Block a user