mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 13:07:05 +03:00
Fix type error
This commit is contained in:
@@ -18,7 +18,7 @@ export interface ChapterVoteProps {
|
|||||||
export interface ChapterVoteState {
|
export interface ChapterVoteState {
|
||||||
segment?: SponsorTime;
|
segment?: SponsorTime;
|
||||||
show: boolean;
|
show: boolean;
|
||||||
size: string;
|
size?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
class ChapterVoteComponent extends React.Component<ChapterVoteProps, ChapterVoteState> {
|
class ChapterVoteComponent extends React.Component<ChapterVoteProps, ChapterVoteState> {
|
||||||
|
|||||||
Reference in New Issue
Block a user