forked from AkkomaGang/akkoma-fe
remove favs count from react button
This commit is contained in:
parent
c4beac5f89
commit
0de627baae
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@
|
|||
class="button-icon add-reaction-button"
|
||||
:title="$t('tool_tip.add_reaction')"
|
||||
/>
|
||||
<span v-if="!mergedConfig.hidePostStats && status.fave_num > 0">{{ status.fave_num }}</span>
|
||||
</div>
|
||||
</v-popover>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue