From 14959658de48d8723488396bea9348d5a8f034a5 Mon Sep 17 00:00:00 2001 From: amandine-sahl Date: Fri, 7 Jul 2023 11:09:19 +0200 Subject: [PATCH] Add meeting point --- front-vite/src/components/EventSummary.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/front-vite/src/components/EventSummary.vue b/front-vite/src/components/EventSummary.vue index 7232a188..cccbd6b1 100644 --- a/front-vite/src/components/EventSummary.vue +++ b/front-vite/src/components/EventSummary.vue @@ -101,6 +101,11 @@ +
+ +
+
+
@@ -159,7 +164,7 @@ const props = defineProps({ event: { type: Object, required: true, - }, + }, gtevent: { type: Object, required: false