refactor: improve UI & types
This commit is contained in:
parent
86c29776a1
commit
2ab3d5dbe7
9 changed files with 18 additions and 15 deletions
|
@ -5,7 +5,7 @@ const { account } = defineProps<{
|
|||
account: Account
|
||||
}>()
|
||||
|
||||
const isSelf = $computed(() => currentUser.value?.account?.id === account.id)
|
||||
const isSelf = $computed(() => currentUser.value?.account.id === account.id)
|
||||
const relationship = $(useRelationship(account))
|
||||
|
||||
async function toggleFollow() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue