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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user