solo muestro el bton de seguir cuando se esta logeado

This commit is contained in:
2026-01-08 12:13:01 -03:00
parent 4eead0809b
commit 70c104c026

View File

@@ -123,7 +123,10 @@
<span class="text-lg text-muted-foreground">@{post.authorName}</span>
</div>
</div>
<BotonSeguir {post} />
{#if $sesionStore?.accessToken}
<BotonSeguir {post} />
{/if}
{#if post.authorName === $sesionStore?.username}
<DropdownMenu>
<DropdownMenuTrigger>