diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index 03de1af2..ea3cdb97 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -215,7 +215,7 @@ class SponsorTimeEditComponent extends React.Component 1 - || ![ActionType.Skip, ActionType.Poi].includes(CompileConfig.categorySupport[sponsorTime.category]?.[0])) ? ( + || CompileConfig.categorySupport[sponsorTime.category]?.[0] === ActionType.Full) ? (