fix: hide follow button when not loginned
This commit is contained in:
parent
d2c4d62cf5
commit
2004445e81
2 changed files with 59 additions and 57 deletions
|
@ -22,7 +22,7 @@ async function toggleFollow() {
|
|||
|
||||
<template>
|
||||
<button
|
||||
v-if="!isSelf"
|
||||
v-if="!isSelf && currentUser"
|
||||
flex gap-1 items-center h-fit rounded hover="op100 text-white b-orange" group
|
||||
@click="toggleFollow"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue