Skip to content

Commit

Permalink
fix: update saveCardCheckboxLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
vsrivatsa-edinburgh authored Apr 17, 2024
1 parent bf35640 commit 3805384
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 @@ -60,7 +60,7 @@ let make = (~isChecked, ~setIsChecked) => {
<input type_={`checkbox`} onChange />
<div className={`checkmark CheckboxInput ${checkedState} mt-1`} />
<div className={`CheckboxLabel ${checkBoxLabelSate} ml-2 w-11/12`}>
{React.string(valueToBeRendered)}
{React.string(saveCardCheckboxLabel)}
</div>
</label>
</div>
Expand Down

0 comments on commit 3805384

Please sign in to comment.