diff options
author | Michael C <[email protected]> | 2022-10-07 19:28:29 -0400 |
---|---|---|
committer | Michael C <[email protected]> | 2022-10-07 19:28:29 -0400 |
commit | 55c84662c02cd4c5fb0795128dd4966192228fc5 (patch) | |
tree | 23565231c90daa40200711234399141c007e194f /src/components/SponsorTimeEditComponent.tsx | |
parent | 7ec09dd38562ee7d01acd47718b9a9d9f94cf902 (diff) | |
download | SponsorBlock-55c84662c02cd4c5fb0795128dd4966192228fc5.tar.gz SponsorBlock-55c84662c02cd4c5fb0795128dd4966192228fc5.zip |
add some changes that are rendering properly
Diffstat (limited to 'src/components/SponsorTimeEditComponent.tsx')
-rw-r--r-- | src/components/SponsorTimeEditComponent.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index 9519c1f8..4741cacc 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -23,6 +23,7 @@ export interface SponsorTimeEditProps { submissionNotice: SubmissionNoticeComponent; categoryList?: Category[]; categoryChangeListener?: (index: number, category: Category) => void; + children?: React.ReactNode; } export interface SponsorTimeEditState { |