Show host on event slot cards
All checks were successful
/ build (push) Successful in 1m31s
/ deploy (push) Has been skipped

This commit is contained in:
Hornwitser 2025-07-16 20:36:28 +02:00
parent 31f80daa86
commit 52973ffa9a

View file

@ -10,6 +10,9 @@
{{ formatTime(slot.start) }} - {{ formatTime(slot.end) }}
</p>
</hgroup>
<p v-if=event?.host>
Host: {{ event.host }}
</p>
<p>{{ event?.description ?? "No description provided" }}</p>
<p v-if="locations.length">
At {{ locations.map(location => location?.name ?? "unknown").join(" + ") }}