diff --git a/src/pages/Customer/Card/CustomerSamples.vue b/src/pages/Customer/Card/CustomerSamples.vue index 19a7f8759..756ae4667 100644 --- a/src/pages/Customer/Card/CustomerSamples.vue +++ b/src/pages/Customer/Card/CustomerSamples.vue @@ -34,7 +34,7 @@ const columns = computed(() => [ }, { align: 'left', - format: (row) => row.type.description, + format: (row) => row?.type?.description, label: t('Description'), name: 'description', },