{#key data.id}
{/key}
Posts: {#if params.perfil == $sesionStore?.username}
{ showCrearPost = true; }} >
{:else if $posts?.length == 0}
{/if}
{#if mensajeError !== ''}
{:else}
{#each $posts as post (post.id)}
{/each}
{#if cargando && !finished}
{/if} {#if finished && $posts.length === 0}
No hay posts para mostrar
{/if}
{/if}
{#if postAModificar}
{/if}
(showCrearPost = false)}>
{ if (e.ctrlKey && e.key === 'Enter') { showCrearPost = false; } }} >
Crear Publicacion
{#if $sesionStore?.isAdmin || $sesionStore?.username == params.perfil}
{#if !$sesionStore.isFirebase}
{/if}
{/if}