refactor: refs #8201 deleted logs
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-12-18 10:04:21 +01:00
parent fe1d9e93a3
commit 410052d6ec
1 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ const state = useState();
const customer = ref();
onMounted(async () => {
console.log('state.get(customer): ', state.get('customer'));
customer.value = state.get('customer');
if (customer.value) customer.value.webAccess = data.value?.account?.isActive;
});
@ -99,7 +98,6 @@ const debtWarning = computed(() => {
/>
</template>
<template #icons>
{{ console.log('customer: ', customer) }}
<QCardActions v-if="customer" class="q-gutter-x-md">
<QIcon
v-if="!customer.isActive"