Merge pull request #261 from 404-Program-not-found/main

fix: emergency fix for comment rendering error
This commit is contained in:
Kenny 2022-04-23 01:12:13 -04:00 committed by GitHub
commit 78447f0173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -68,13 +68,14 @@
</collapsable-text>
<div class="toolbar">
<v-btn-toggle v-model="voteStatus" group>
<div class="toolbar--item">
<div class="toolbar--item mr-1">
<v-btn class="toolbar--button like" disabled icon x-small plain>
<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"
class="like-count subtitle-2"
></span>
</div>
<div class="toolbar--item">