{#if dids.length > 0}
{#each dids as did (did)} {@const profile = getProfile(did)}
{profile?.handle ?? did}
removeFriend(did)} >
{/each}
{/if}