{#if user.isLoggedIn && user.profile}
{#snippet child({ props })}
{/snippet}
{#if user.profile}
{ if (user.profile) goto('/' + getHandleOrDid(user.profile), {}); }}>Leave edit mode
{/if}
{ settingsPopoverOpen = false; customDomainModalState.show(); }}>Custom Domain
Logout
{/if}