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