[Glitch] chore(deps): update eslint (non-major)

Port d2ce9a6064 to glitch-soc

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
renovate[bot]
2025-03-06 14:55:44 +01:00
committed by Claire
parent 099f1a5570
commit fc992a37da
6 changed files with 14 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ export const ColumnSettings: React.FC = () => {
const dispatch = useAppDispatch();
const onChange = useCallback(
(key: string, checked: boolean) => {
(key: string[], checked: boolean) => {
dispatch(changeSetting(['home', ...key], checked));
},
[dispatch],