Show host on event slot cards
This commit is contained in:
parent
31f80daa86
commit
52973ffa9a
1 changed files with 3 additions and 0 deletions
|
@ -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(" + ") }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue