mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
solo muestro el bton de seguir cuando se esta logeado
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user