{#if comment.user} {/if} {comment.user?.name ?? 'N/A'}
{comment.likeCount}
{#each childComments as comment (comment.id)} {#if comment}
{/if} {/each}
{#if $viewer?.viewer?.id === comment.user?.id} {/if} {since(new Date(comment.createdAt * 1000))}