{#each post.reactions as reaction}
toggleReaction(reaction)} bind:active={reaction.me} bind:count={reaction.count} disabled={reaction.name.includes('@')} title={reaction.name} label=""> {#if reaction.url}
{:else} {reaction.name} {/if}
{/each}