src: Fix new errors after linter bump

This addresses problems caused by dependency updates.
This commit is contained in:
regexowl 2024-08-05 10:03:40 +02:00 committed by Ondřej Ezr
parent 21d038f47b
commit 44dc900370
6 changed files with 41 additions and 20 deletions

View file

@ -90,7 +90,7 @@ export const PopoverActivation = () => {
};
type EmptyActivationsKeyStateProps = {
handleActivationKeyFn: Function;
handleActivationKeyFn: () => void;
isLoading: boolean;
};