parent
b3ff8a457d
commit
a6a825e553
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ const { account, command, context, ...props } = defineProps<{
|
|||
command?: boolean
|
||||
}>()
|
||||
|
||||
const isSelf = $computed(() => currentUser.value?.account.id === account.id)
|
||||
const isSelf = $(useSelfAccount(() => account))
|
||||
const enable = $computed(() => !isSelf && currentUser.value)
|
||||
const relationship = $computed(() => props.relationship || useRelationship(account).value)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue