From d56abc78f747b2c08dcf6573e90cbacfb30dbff9 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Thu, 27 Apr 2023 00:11:48 +0800 Subject: [PATCH] fix bug no contact found --- .../companies/elements/IdentificationVerificationComponent.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/assets/vue/components/companies/elements/IdentificationVerificationComponent.vue b/resources/assets/vue/components/companies/elements/IdentificationVerificationComponent.vue index 1cb853ed..4f53e333 100644 --- a/resources/assets/vue/components/companies/elements/IdentificationVerificationComponent.vue +++ b/resources/assets/vue/components/companies/elements/IdentificationVerificationComponent.vue @@ -16,7 +16,8 @@
-
+{{item.owner.contact ? item.owner.contact.country_code : '--'}} {{parseInt(item.owner.contact.phone, 10)}}
+
+{{item.owner.contact.country_code}} {{parseInt(item.owner.contact.phone, 10)}}
+