diff options
Diffstat (limited to 'frontend/src/components/SubtitleToolsMenu.tsx')
-rw-r--r-- | frontend/src/components/SubtitleToolsMenu.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/SubtitleToolsMenu.tsx b/frontend/src/components/SubtitleToolsMenu.tsx index ba44e94aa..50509c3c2 100644 --- a/frontend/src/components/SubtitleToolsMenu.tsx +++ b/frontend/src/components/SubtitleToolsMenu.tsx @@ -100,7 +100,7 @@ export function useTools() { modal: TranslationModal, }, ], - [] + [], ); } @@ -131,7 +131,7 @@ const SubtitleToolsMenu: FunctionComponent<Props> = ({ task.create(s.path, name, mutateAsync, { action, form }); }); }, - [mutateAsync, selections] + [mutateAsync, selections], ); const tools = useTools(); |