{#if $userStore && $userStore.id === data.user.id} You are currently viewing the public profile of {data.display_name ?? data.name}.
Edit profile
{/if}

{data.display_name ?? data.name}

{data.name} (@{data.user.name})
{#if bio}

{@html bio}

{/if}
{#if data.links.length > 0}
    {#each data.links as link}
  • {link}
  • {/each}
{/if}
{#if data.names.length > 0}

Names

    {#each data.names as name}
  • {name.value}
  • {/each}
{/if} {#if data.pronouns.length > 0}

Pronouns

    {#each data.pronouns as pronouns}
  • {/each}
{/if} {#each data.fields as field}
{/each}
{data.display_name ?? data.name} - @{data.user.name} - pronouns.cc {#if data.avatar} {/if} {#if favNames.length !== 0 && favPronouns.length !== 0} {:else if favNames.length !== 0} {:else if favPronouns.length !== 0} {:else if data.bio && data.bio !== ""} {:else} {/if}