diff --git a/src/app/shared/Note.svelte b/src/app/shared/Note.svelte index e7335b13..65070547 100644 --- a/src/app/shared/Note.svelte +++ b/src/app/shared/Note.svelte @@ -294,7 +294,7 @@ ctx = [e.detail, ...ctx] }} /> - {#if visibleReplies.length > 0 || hiddenReplies.length > 0} + {#if visibleReplies.length > 0 || hiddenReplies.length > 0 || mutedReplies.length > 0}
{#if hiddenReplies.length > 0}