mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-21 16:27:32 -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>
|
<span class="text-lg text-muted-foreground">@{post.authorName}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<BotonSeguir {post} />
|
{#if $sesionStore?.accessToken}
|
||||||
|
<BotonSeguir {post} />
|
||||||
|
{/if}
|
||||||
|
|
||||||
{#if post.authorName === $sesionStore?.username}
|
{#if post.authorName === $sesionStore?.username}
|
||||||
<DropdownMenu>
|
<DropdownMenu>
|
||||||
<DropdownMenuTrigger>
|
<DropdownMenuTrigger>
|
||||||
|
|||||||
Reference in New Issue
Block a user