aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/SponsorTimeEditComponent.tsx
diff options
context:
space:
mode:
authorMichael C <[email protected]>2022-10-07 19:28:29 -0400
committerMichael C <[email protected]>2022-10-07 19:28:29 -0400
commit55c84662c02cd4c5fb0795128dd4966192228fc5 (patch)
tree23565231c90daa40200711234399141c007e194f /src/components/SponsorTimeEditComponent.tsx
parent7ec09dd38562ee7d01acd47718b9a9d9f94cf902 (diff)
downloadSponsorBlock-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.tsx1
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 {