diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index 5f7de240..5664f7a9 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -191,15 +191,17 @@ class SponsorTimeEditComponent extends React.Component {/* Action Type */} -
- -
+ {getCategoryActionType(sponsorTime.category) === CategoryActionType.Skippable ? ( +
+ +
+ ): ""}
@@ -359,7 +361,8 @@ class SponsorTimeEditComponent extends React.Component