From 3671c4bb692fa49eda971f33bab4b26497a69fdf Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Thu, 2 Sep 2021 13:20:50 -0400 Subject: [PATCH] Hide mute option for highlight --- src/components/SponsorTimeEditComponent.tsx | 23 ++++++++++++--------- 1 file changed, 13 insertions(+), 10 deletions(-) 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