muted accounts

{#if mutes.length > 0}
{#snippet item({ index, style }: { index: number; style: string })} onRemoveMute(mutes[index])} /> {/snippet}
{:else}

no muted accounts

{/if}

blocked accounts

{#if blocks.length > 0}
{#snippet item({ index, style }: { index: number; style: string })} handleRemoveBlock(blocks[index])} /> {/snippet}
{:else}

no blocked accounts

{/if}