mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-05-02 18:02:47 -03:00
fix: ahora si esta bien implementadas las animaciones de los post
This commit is contained in:
@@ -109,8 +109,8 @@
|
||||
</div>
|
||||
{:else}
|
||||
<div class="flex flex-col gap-2">
|
||||
{#each $posts as post}
|
||||
<div out:slide>
|
||||
{#each $posts as post (post.id)}
|
||||
<div transition:slide>
|
||||
<PostCard {post} bind:postAModificar />
|
||||
</div>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user