Make classes optional on TimelinePage

This commit is contained in:
Marquis Kurt 2020-01-07 11:24:08 -05:00
parent 6e8185a090
commit a12b14d10d
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ interface ITimelinePageProps extends withSnackbarProps, StyledComponentProps {
* The API endpoint for the timeline to stream. * The API endpoint for the timeline to stream.
*/ */
stream: string; stream: string;
classes: any; classes?: any;
} }
/** /**