Skip to content

Commit 154e8f6

Browse files
chore(ui): lint
1 parent 2d31b82 commit 154e8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/modelManagerV2/hooks/useStarterModelsToast.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const ToastDescription = () => {
4545

4646
const onClick = useCallback(() => {
4747
dispatch(setActiveTab('models'));
48-
$installModelsTab.set(3)
48+
$installModelsTab.set(3);
4949
toast.close(TOAST_ID);
5050
}, [dispatch, toast]);
5151

0 commit comments

Comments
 (0)