{ dispatch('change', state); }} typeahead={false} > {#if user}
profile
{user.name}
{#if $activeUserIds.includes(user.id)}
Active
{:else}
Away
{/if}
{/if}