mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -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">
|
||||
<Button
|
||||
variant="ghost"
|
||||
disabled={!$sesionStore?.accessToken}
|
||||
class="flex items-center gap-2 rounded-full bg-accent p-3 text-lg"
|
||||
onclick={() => likeHandler()}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user