Skip to content

Commit

Permalink
Remove redundant prop
Browse files Browse the repository at this point in the history
Co-authored-by: Alec M <[email protected]>
  • Loading branch information
Alejandro-Vega and amattu2 authored Oct 4, 2024
1 parent 257ec81 commit 1b9ccfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/content/studies/StudyView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ const StudyView: FC<Props> = ({ _id }: Props) => {
<StyledCheckbox
{...field}
checked={field.value}
onChange={field.onChange}
checkedIcon={<CheckedIcon readOnly={saving || retrievingStudy} />}
icon={<UncheckedIcon readOnly={saving || retrievingStudy} />}
disabled={saving || retrievingStudy}
Expand Down

0 comments on commit 1b9ccfc

Please sign in to comment.