{#if dids.length === 0} {#if canEdit()}
Add friends in settings
{/if} {:else}
{#each profiles as profile (profile.did)}
{#if canEdit()}
{ e.preventDefault(); e.stopPropagation(); removeFriend(profile.did); }} >
{/if}
{/each}
{/if}