Upgrade to typescript-eslint
v6 (#25904)
This commit is contained in:
@@ -18,9 +18,9 @@ export const ColumnSettings: React.FC = () => {
|
||||
const dispatch = useAppDispatch();
|
||||
const onChange = useCallback(
|
||||
(key: string, checked: boolean) => {
|
||||
void dispatch(changeSetting(['home', ...key], checked));
|
||||
dispatch(changeSetting(['home', ...key], checked));
|
||||
},
|
||||
[dispatch]
|
||||
[dispatch],
|
||||
);
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user