{#if isOpen}
    {#each postTypes as type}
  • handleSelection(type.value)}>
    {#if type.value === 'essay'} {:else if type.value === 'post'} {/if}
    {type.label}
  • {/each}
{/if}