diff --git a/frontend/src/components/AppointmentModal.vue b/frontend/src/components/AppointmentModal.vue index e5c5267da..d6fd243b2 100644 --- a/frontend/src/components/AppointmentModal.vue +++ b/frontend/src/components/AppointmentModal.vue @@ -5,7 +5,7 @@
@@ -51,22 +51,18 @@ {{ appointment.calendar_title }}
-
-
- - {{ t('label.location') }} -
-
{{ t('label.' + keyByValue(locationTypes, appointment.location_type)) }}
-
{{ t('label.videoLink') }}
- + {{ appointment.location_url }} +

+ {{ t('label.notProvided') }} +

@@ -119,8 +115,8 @@