Skip to content

Commit

Permalink
Try to improve diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion committed Jan 3, 2025
1 parent 325773f commit d40ea1d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export const ChecklistItems = ({
changeCheckbox,
formik,
exclusiveOptionIsChecked,
}: Props) => {
return (
}: Props) => (
<>
{nonExclusiveOptions.map((option: Option) =>
layout === ChecklistLayout.Basic ? (
Expand Down Expand Up @@ -55,4 +54,3 @@ export const ChecklistItems = ({
)}
</>
);
};

0 comments on commit d40ea1d

Please sign in to comment.