{#if $reactions.length > 0 || $reports.length > 0}
{#if url && $reports.length > 0}
{$reports.length}
{/if} {#each groupedReactions.entries() as [key, events]} {@const pubkeys = events.map(e => e.pubkey)} {@const isOwn = $pubkey && pubkeys.includes($pubkey)} {@const info = displayList(pubkeys.map(pubkey => displayProfileByPubkey(pubkey)))} {@const tooltip = `${info} reacted`} {@const onClick = () => onReactionClick(events)}
{#if events.length > 1}
{events.length}
{/if}
{/each} {@render children?.()}
{/if}