Skip to content

Commit c293f63

Browse files
committed
Change timeline event types so summary is optional
1 parent 0364053 commit c293f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timeline/EventBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface Event {
77
start: string;
88
end: string;
99
title: string;
10-
summary: string;
10+
summary?: string;
1111
color?: string;
1212
}
1313

0 commit comments

Comments
 (0)