Skip to content

Commit

Permalink
Appease React linter by using an onChange handler for the cell carrie…
Browse files Browse the repository at this point in the history
…r checkbox
  • Loading branch information
mileswwatkins committed Nov 25, 2024
1 parent 03aad98 commit 7a8237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Filters = ({
type="checkbox"
className="Filter-Checkbox"
checked={Boolean(cellCarrier)}
onClick={(e) => {
onChange={(e) => {
if (cellCarrier) {
onChangeCellCarrier({ target: { value: "" } });
}
Expand Down

0 comments on commit 7a8237b

Please sign in to comment.