0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 19:25:16 +00:00

fix: emergency fix for comment rendering error

This commit is contained in:
Alex 2022-04-23 16:10:46 +12:00
parent 608cdc1f41
commit e332e1a5bb

View file

@ -73,6 +73,7 @@
<v-icon small>mdi-thumb-up</v-icon>
</v-btn>
<span
v-if="commentRenderer.voteCount"
v-text="commentRenderer.voteCount.simpleText"
class="like-count mr-1 subtitle-2"
></span>