We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa8e6d commit a9b325eCopy full SHA for a9b325e
app/pages/project/instances/instance/SerialConsolePage.tsx
@@ -137,7 +137,7 @@ export function SerialConsolePage() {
137
</Link>
138
139
<div className="gutter relative w-full shrink grow overflow-hidden">
140
- {connectionStatus !== 'connecting' && <ConnectingSkeleton />}
+ {connectionStatus === 'connecting' && <ConnectingSkeleton />}
141
{connectionStatus === 'error' && <ErrorSkeleton />}
142
{connectionStatus === 'closed' && !canConnect && (
143
<CannotConnect instanceState={instanceData.runState} />
0 commit comments