fix hide(Post|User)Stats setting not working
This commit is contained in:
parent
1b2dafeef9
commit
7e44ebcc31
3 changed files with 8 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
/>
|
||||
</component>
|
||||
<span
|
||||
v-if="button.counter?.(funcArg) > 0"
|
||||
v-if="!hidePostStats && button.counter?.(funcArg) > 0"
|
||||
class="action-counter"
|
||||
>
|
||||
{{ button.counter?.(funcArg) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue