Skip to content

Commit

Permalink
chore: remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordy Quak committed Jan 10, 2025
1 parent 5f8eeb3 commit 8e94eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/filterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
)}
{isBooleanType && !isSpecialType && (
<Checkbox
checked={row.rightValue === '' ? false : row.rightValue}
checked={row.rightValue}
classes={{ checked: classes.checkBox }}
onChange={(e) => {
setGroups(
Expand Down

0 comments on commit 8e94eda

Please sign in to comment.