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: ''}}