Skip to content

Commit 52c9323

Browse files
committed
change
1 parent 7a46f3f commit 52c9323

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/schedule-view

1 file changed

+1
-1
lines changed

frontend/src/components/schedule-view/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export type Item = {
4040
submission?: Submission | null;
4141
keynote?: Keynote | null;
4242
audienceLevel?: { name: string; id: string } | null;
43-
speakers: { fullname: string; participant?: Participant }[];
43+
speakers: { fullName: string; participant?: Participant }[];
4444
hasLimitedCapacity: boolean;
4545
userHasSpot: boolean;
4646
hasSpacesLeft: boolean;

0 commit comments

Comments
 (0)