muted accounts
add
{#if mutes.length > 0}
{#snippet item({ index, style }: { index: number; style: string })}
onRemoveMute(mutes[index])} /> {/snippet}
{:else}
no muted accounts
{/if}
blocked accounts
add
{#if blocks.length > 0}
{#snippet item({ index, style }: { index: number; style: string })}
handleRemoveBlock(blocks[index])} /> {/snippet}
{:else}
no blocked accounts
{/if}