chore(ui): lint

This commit is contained in:
psychedelicious 2024-03-19 16:56:36 +11:00
parent b378cfcb46
commit 0e51495071
2 changed files with 1 additions and 3 deletions

View File

@ -69,8 +69,7 @@ const App = ({ config = DEFAULT_CONFIG, selectedImage }: Props) => {
dispatch(appStarted());
}, [dispatch]);
useStarterModelsToast()
useStarterModelsToast();
return (
<ErrorBoundary onReset={handleReset} FallbackComponent={AppErrorBoundaryFallback}>

View File

@ -121,4 +121,3 @@ const modelsFilter = <T extends AnyModelConfig>(
return matchesFilter && matchesType;
});
};