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 7a46f3f commit 52c9323Copy full SHA for 52c9323
frontend/src/components/schedule-view/types.ts
@@ -40,7 +40,7 @@ export type Item = {
40
submission?: Submission | null;
41
keynote?: Keynote | null;
42
audienceLevel?: { name: string; id: string } | null;
43
- speakers: { fullname: string; participant?: Participant }[];
+ speakers: { fullName: string; participant?: Participant }[];
44
hasLimitedCapacity: boolean;
45
userHasSpot: boolean;
46
hasSpacesLeft: boolean;
0 commit comments