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:
parent
608cdc1f41
commit
e332e1a5bb
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue