diff --git a/src/pages/Account/Card/AccountDescriptorMenu.vue b/src/pages/Account/Card/AccountDescriptorMenu.vue index aa49dabe8..dbf04da6c 100644 --- a/src/pages/Account/Card/AccountDescriptorMenu.vue +++ b/src/pages/Account/Card/AccountDescriptorMenu.vue @@ -21,7 +21,7 @@ const $props = defineProps({ const { t } = useI18n(); const { openConfirmationModal } = useVnConfirm(); const { notify } = useNotify(); -const account = computed(() => useArrayData('AccountId').store.data[0]); +const account = computed(() => useArrayData('Account').store.data); onMounted(async () => { account.value.hasAccount = await useHasAccount($props.entityId);