Skip to content

Commit

Permalink
Fix TS build errors in TodayContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
taneliang committed Oct 22, 2020
1 parent 20a2889 commit 5a99e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/views/today/TodayContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const semesterNameMap: Record<string, number> = {
'Special Sem 2': 4,
};

export type OwnProps = TimerData & EntryPointComponentProps<{}, {}>;
export type OwnProps = TimerData & EntryPointComponentProps<unknown, unknown>;

export type Props = OwnProps &
Readonly<{
Expand Down

0 comments on commit 5a99e30

Please sign in to comment.