diff --git a/plugins/chunter-resources/src/components/CommentsPresenter.svelte b/plugins/chunter-resources/src/components/CommentsPresenter.svelte
index 9d11c43df2..f8cea808b7 100644
--- a/plugins/chunter-resources/src/components/CommentsPresenter.svelte
+++ b/plugins/chunter-resources/src/components/CommentsPresenter.svelte
@@ -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>