Fix deselecting sometimes making the skip profile ui go to a bad state

This commit is contained in:
Ajay
2025-09-18 04:01:05 -04:00
parent c499198ad3
commit 6d884fee62

View File

@@ -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) {