From 09267e6171bef21e8159e96e2dcfc5eb96e38a0c Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 8 Jul 2025 18:54:55 +0000 Subject: [PATCH] Refactor ModelInstallQueue rendering with improved parentheses formatting Co-authored-by: kent --- .../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) => ( + + ))}