diff --git a/src/popup/PopupComponent.tsx b/src/popup/PopupComponent.tsx index a9d1fb49..891d1c71 100644 --- a/src/popup/PopupComponent.tsx +++ b/src/popup/PopupComponent.tsx @@ -619,7 +619,7 @@ function SkipProfileRadioButtons(props: SkipProfileRadioButtonsProps): JSX.Eleme } } } - }, [props.configID, props.videoID]); + }, [props.configID, props.videoID, props.selected]); let alreadySelected = false; for (const option of skipProfileOptions) {