fix typo and bad rename
This commit is contained in:
@ -31,7 +31,7 @@ export const EventItem = ({
|
||||
futureOccurrences.map((occurrence) => occurrence.start)
|
||||
);
|
||||
const numOccurrences = event?.occurrences?.length ?? 0;
|
||||
const nextOccurrence = numOccurrences ? groupedOccurrences[0] : null;
|
||||
const nextOccurrence = numOccurrences ? futureOccurrences[0] : null;
|
||||
const featuredImage: any = event.featuredImage;
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user