{#each nodes as node, index (node.comment.uri)}
0 || node.comment.stats.replyCount > 0) &&
'border-l',
'ml-2.5 pl-3 sm:pl-4 lg:pl-5',
'comment-border',
]}
bind:open={nodes[index].expanded}
>
{#if node.children?.length > 0}
{/if}
{#if node.comment.stats.replyCount > 0 && node.children.length == 0}
{/if}
{/each}