remove favs count from react button

This commit is contained in:
Shpuld Shpuldson 2020-01-26 16:18:57 +02:00
parent c4beac5f89
commit 0de627baae
1 changed files with 0 additions and 1 deletions

View File

@ -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>