mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
style(model manager queue): fix prettier lint
This commit is contained in:
@@ -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 (
|
||||
<Tr>
|
||||
|
||||
Reference in New Issue
Block a user