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