diff --git a/src/Popup/Components/CheckBox.tsx b/src/Popup/Components/CheckBox.tsx index c2067bd..d7a3846 100644 --- a/src/Popup/Components/CheckBox.tsx +++ b/src/Popup/Components/CheckBox.tsx @@ -1,12 +1,12 @@ import { Label, Checkbox } from 'theme-ui' -interface LocationPageProps { +interface SystemPageProps { title: string onChange?: () => void checked?: boolean } -const CheckBox = ({ title, onChange, checked }: LocationPageProps) => { +const CheckBox = ({ title, onChange, checked }: SystemPageProps) => { return (