diff --git a/src/lib/components/CommentBox.svelte b/src/lib/components/CommentBox.svelte index cf08468..5a7396e 100644 --- a/src/lib/components/CommentBox.svelte +++ b/src/lib/components/CommentBox.svelte @@ -622,22 +622,22 @@ {/if} -
+
{#if userProfile} -
+
{#if userProfile.picture} {userProfile.name (e.target as HTMLImageElement).style.display = 'none'} /> {:else} -
+
{/if} - + {userProfile.displayName || userProfile.name || "anon"} @@ -646,8 +646,8 @@ {/if}