diff --git a/src/lib/components/CommentSection.svelte b/src/lib/components/CommentSection.svelte index d793060f..44582e02 100644 --- a/src/lib/components/CommentSection.svelte +++ b/src/lib/components/CommentSection.svelte @@ -400,7 +400,7 @@ const handleDownvote = async (event) => { {/if} {#if data?.user?.id === comment?.expand?.user?.id || data?.user?.id === moderators?.at(0).user} -