Skip to content

Commit

Permalink
remove any
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl committed May 19, 2022
1 parent db57ba4 commit bd98ae5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface IProps {
handleClick: () => void;
}

export const useOsqueryContextActionItem = ({ handleClick }: IProps): any => {
export const useOsqueryContextActionItem = ({ handleClick }: IProps) => {
const osqueryActionItem = useMemo(
() => <OsqueryActionItem handleClick={handleClick} />,
[handleClick]
Expand Down

0 comments on commit bd98ae5

Please sign in to comment.