mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
UBER-369: Do not show number of comments if 0 (#3349)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
4ec9d62bc5
commit
59bed26d6e
@ -37,7 +37,7 @@
|
||||
class="sm-tool-icon"
|
||||
>
|
||||
<span class="icon"><IconThread {size} /></span>
|
||||
{#if showCounter}
|
||||
{#if showCounter && value && value !== 0}
|
||||
{value}
|
||||
{/if}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user