From a96c4d851b59197dacb5f10652ea6d2b59d133d8 Mon Sep 17 00:00:00 2001 From: joshistoast Date: Mon, 30 Mar 2026 14:49:25 -0600 Subject: [PATCH] style(model manager queue): fix prettier lint --- .../AddModelPanel/ModelInstallQueue/ModelInstallQueueItem.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueueItem.tsx b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueueItem.tsx index 0e76d06d56..1f4fc2a910 100644 --- a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueueItem.tsx +++ b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueueItem.tsx @@ -394,9 +394,7 @@ export const ModelInstallQueueItem = memo((props: ModelListItemProps) => { const hasVisibleError = displayStatus === 'error' ? installJob.error : null; const isActionInFlight = actionInFlight !== null; - const showDisconnectedIndicator = - !isConnected && - isActiveInstall; + const showDisconnectedIndicator = !isConnected && isActiveInstall; return (