Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Jun 22, 2022
1 parent a321b68 commit c9b29e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const ComponentTemplateList: React.FunctionComponent<Props> = ({
return redirectTo({
pathname: 'component_templates',
});
}, [history]);
}, [redirectTo]);

const goToEditComponentTemplate = useCallback(
(name: string) => {
Expand Down

0 comments on commit c9b29e9

Please sign in to comment.