{#if $reactions.length > 0}
{#each groupedReactions.entries() as [content, 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 ${displayReaction(content)}`} {@const onClick = () => onReactionClick(content, events)} {/each}
{/if}