Skip to content

Commit

Permalink
fix: typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrishab Srivatsa committed Apr 17, 2024
1 parent 7153515 commit 037e672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/SaveDetailsCheckbox.res
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let make = (~isChecked, ~setIsChecked) => {
setIsChecked(_ => value)
}
let {localeString} = Recoil.useRecoilValueFromAtom(RecoilAtoms.configAtom)
let (checkboxState, checkedState, checkBoxLabelSate) = isChecked
let (checkboxState, checkedState, checkBoxLabelState) = isChecked
? ("Checkbox--checked", "CheckboxInput--checked", "CheckboxLabel--checked")
: ("", "", "")

Expand Down

0 comments on commit 037e672

Please sign in to comment.