diff --git a/components/CardEventSlot.vue b/components/CardEventSlot.vue index f773fa1..7a15a5e 100644 --- a/components/CardEventSlot.vue +++ b/components/CardEventSlot.vue @@ -10,6 +10,9 @@ {{ formatTime(slot.start) }} - {{ formatTime(slot.end) }}

+

+ Host: {{ event.host }} +

{{ event?.description ?? "No description provided" }}

At {{ locations.map(location => location?.name ?? "unknown").join(" + ") }}