This commit is contained in:
parent
d18f291872
commit
aeed521806
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export const eventToPageProps = (
|
|||
id: event.id,
|
||||
title: event.title,
|
||||
date: occurrence?.date ?? event.date,
|
||||
endDateTime: event.endDateTime ?? undefined,
|
||||
endDateTime: occurrence?.endDateTime ?? event.endDateTime ?? undefined,
|
||||
createdAt: event.createdAt,
|
||||
cancelled: Boolean(event.cancelled || occurrence?.cancelled),
|
||||
recurrenceType: event.recurrenceType,
|
||||
|
|
|
|||
Loading…
Reference in a new issue