diff --git a/src/Popup/Components/CheckBox.tsx b/src/Popup/Components/CheckBox.tsx index 522fa61..fbdfa7b 100644 --- a/src/Popup/Components/CheckBox.tsx +++ b/src/Popup/Components/CheckBox.tsx @@ -9,7 +9,7 @@ interface CheckBoxProps { const CheckBox = ({ title, onChange, checked }: CheckBoxProps) => { return ( -