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