Skip to content

Commit 6d884fe

Browse files
committed
Fix deselecting sometimes making the skip profile ui go to a bad state
1 parent c499198 commit 6d884fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popup/PopupComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ function SkipProfileRadioButtons(props: SkipProfileRadioButtonsProps): JSX.Eleme
619619
}
620620
}
621621
}
622-
}, [props.configID, props.videoID]);
622+
}, [props.configID, props.videoID, props.selected]);
623623

624624
let alreadySelected = false;
625625
for (const option of skipProfileOptions) {

0 commit comments

Comments
 (0)