From 81f95e4840d153e3502215ec19cf85fc77002e92 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Wed, 16 Jun 2021 11:32:58 +0800 Subject: [PATCH] phone number is displayed only when exists --- .../bookings/sections/BookingDetailsSectionComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue b/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue index 05f2561b..bce32d92 100644 --- a/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue +++ b/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue @@ -159,7 +159,7 @@
Contact
- {{booking.company.contact.phone}} + {{booking.company.contact ? booking.company.contact.phone: ''}}