UBER-369: Do not show number of comments if 0 (#3349)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2023-06-06 02:32:24 +07:00 committed by GitHub
parent 4ec9d62bc5
commit 59bed26d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@
class="sm-tool-icon"
>
<span class="icon"><IconThread {size} /></span>
{#if showCounter}
{#if showCounter && value && value !== 0}
&nbsp;{value}
{/if}
</div>