We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf526a1 commit f64e57fCopy full SHA for f64e57f
1 file changed
apps/breakpoint/src/components/sections/EventsCarousel.tsx
@@ -65,7 +65,7 @@ function formatEventMeta(
65
: `${startParts.day} ${startParts.month} – ${endParts.day} ${endParts.month}`;
66
67
return {
68
- time: null,
+ time: end ? `${timeFormat.format(start)}–${timeFormat.format(end)}` : null,
69
date: `${dayRange}, ${endParts.year}`.toUpperCase(),
70
};
71
}
0 commit comments