fix(home): ensure event hour displays correctly with timezone

Timezone parameter is now mandatory for <start-time-icon>.

Solves #1618
This commit is contained in:
Massedil
2024-12-13 16:23:09 +01:00
committed by setop
parent d485c7e113
commit 39b4356ea6
3 changed files with 5 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
>
<start-time-icon
:date="event.beginsOn.toString()"
:timezone="event.options.timezone ?? undefined"
:timezone="event.options.timezone"
class="absolute right-3 -top-16"
/>
</div>