style(model manager queue): fix prettier lint

This commit is contained in:
joshistoast
2026-03-30 14:49:25 -06:00
parent 106ae5ada8
commit a96c4d851b

View File

@@ -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>