From e698dcb1484840ac081c732d7a09d27bdf98a4bd Mon Sep 17 00:00:00 2001 From: Kent Keirsey <31807370+hipsterusername@users.noreply.github.com> Date: Sat, 12 Jul 2025 00:35:25 -0400 Subject: [PATCH] unlint. --- .../AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx index c2443dde6b..f124462e8b 100644 --- a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx +++ b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx @@ -55,7 +55,9 @@ export const ModelInstallQueue = memo(() => { - {data?.map((model) => )} + {data?.map((model) => ( + + ))}