Compare commits
No commits in common. "develop" and "r2025.7.1" have entirely different histories.
1 changed files with 0 additions and 3 deletions
|
@ -10,9 +10,6 @@
|
||||||
{{ formatTime(slot.start) }} - {{ formatTime(slot.end) }}
|
{{ formatTime(slot.start) }} - {{ formatTime(slot.end) }}
|
||||||
</p>
|
</p>
|
||||||
</hgroup>
|
</hgroup>
|
||||||
<p v-if=event?.host>
|
|
||||||
Host: {{ event.host }}
|
|
||||||
</p>
|
|
||||||
<p>{{ event?.description ?? "No description provided" }}</p>
|
<p>{{ event?.description ?? "No description provided" }}</p>
|
||||||
<p v-if="locations.length">
|
<p v-if="locations.length">
|
||||||
At {{ locations.map(location => location?.name ?? "unknown").join(" + ") }}
|
At {{ locations.map(location => location?.name ?? "unknown").join(" + ") }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue