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 4b72e9e commit c81b5f3Copy full SHA for c81b5f3
frontend/src/components/schedule-event-detail/index.tsx
@@ -211,7 +211,7 @@ export const ScheduleEventDetail = ({
211
</Grid>
212
</Section>
213
{youtubeVideoId && <YouTubeSection youtubeVideoId={youtubeVideoId} />}
214
- {speakers.length > 0 && (
+ {speakers && speakers.length > 0 && (
215
<Section>
216
{speakers.map((speaker, index) => (
217
<Fragment key={speaker.fullName}>
0 commit comments