Skip to content

Commit

Permalink
Refactor primefaces#4602 - for Checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed Jul 14, 2023
1 parent 85d7456 commit ea82e97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/lib/checkbox/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ export const Checkbox = React.memo(
props,
state: {
focused: focusedState
},
instance: {
checked,
focusedState
}
});
const elementRef = React.useRef(null);
Expand Down

0 comments on commit ea82e97

Please sign in to comment.