From 109b7ed5bc8254983d157c62594a3b2f65466941 Mon Sep 17 00:00:00 2001 From: Ajay Date: Sun, 24 Sep 2023 21:13:43 -0400 Subject: [PATCH] Don't show start button for highlight --- src/components/SponsorTimeEditComponent.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index eb0109e3..753be97a 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -128,11 +128,13 @@ class SponsorTimeEditComponent extends React.Component - this.setTimeTo(0, 0)}> - {chrome.i18n.getMessage("bracketStart")} - + {sponsorTime.actionType !== ActionType.Poi ? ( + this.setTimeTo(0, 0)}> + {chrome.i18n.getMessage("bracketStart")} + + ): ""}