src: Fix new errors after linter bump
This addresses problems caused by dependency updates.
This commit is contained in:
parent
21d038f47b
commit
44dc900370
6 changed files with 41 additions and 20 deletions
|
|
@ -90,7 +90,7 @@ export const PopoverActivation = () => {
|
|||
};
|
||||
|
||||
type EmptyActivationsKeyStateProps = {
|
||||
handleActivationKeyFn: Function;
|
||||
handleActivationKeyFn: () => void;
|
||||
isLoading: boolean;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue