mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-25 12:17:26 +02:00
🐛 Fix issue where wrong start time is shown on event page (#1791)
This commit is contained in:
parent
9a2dd03c35
commit
07e951ce6f
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ export default async function Page(props: {
|
|||
<ScheduledEventListItem
|
||||
eventId={event.id}
|
||||
key={event.id}
|
||||
floating={event.timeZone === null}
|
||||
floating={!event.timeZone}
|
||||
title={event.title}
|
||||
start={event.start}
|
||||
end={event.end}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue