Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 16, 2024
1 parent 2edb7a7 commit c326bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/Search/MakeQueryOption.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const MakeQueryOption = ({ queryField }: MakeQueryOptionProps) => {

const { title, id, description, config, options } = queryField;

const maxQueryParameters = useAppSelector((state) => state.config.maxQueryParameters);
const { maxQueryParameters } = useAppSelector((state) => state.config);
const { queryParamCount, queryParams } = useAppSelector((state) => state.query);

const isChecked = id in queryParams;
Expand Down

0 comments on commit c326bf8

Please sign in to comment.