mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-19 16:07:32 -03:00
fix: que los usuarios sin auth no puedan dar like
This commit is contained in:
@@ -136,6 +136,7 @@
|
|||||||
<div class="-mt-2 flex items-center justify-between gap-2 text-xs text-muted-foreground">
|
<div class="-mt-2 flex items-center justify-between gap-2 text-xs text-muted-foreground">
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
|
disabled={!$sesionStore?.accessToken}
|
||||||
class="flex items-center gap-2 rounded-full bg-accent p-3 text-lg"
|
class="flex items-center gap-2 rounded-full bg-accent p-3 text-lg"
|
||||||
onclick={() => likeHandler()}
|
onclick={() => likeHandler()}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user