diff --git a/components/CardEventSlot.vue b/components/CardEventSlot.vue index 7a15a5e..f773fa1 100644 --- a/components/CardEventSlot.vue +++ b/components/CardEventSlot.vue @@ -10,9 +10,6 @@ {{ formatTime(slot.start) }} - {{ formatTime(slot.end) }}
-- Host: {{ event.host }} -
{{ event?.description ?? "No description provided" }}
At {{ locations.map(location => location?.name ?? "unknown").join(" + ") }}