fix: revert using useSelfAccount
(hotfix)
This reverts commit 11fc2572d5
.
This commit is contained in:
parent
11fc2572d5
commit
cfbb93045c
3 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ watchEffect(() => {
|
|||
iconFields.value = icons
|
||||
})
|
||||
|
||||
const isSelf = useSelfAccount(() => account)
|
||||
const isSelf = $computed(() => currentUser.value?.account.id === account.id)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue