Skip to content

Commit a9b325e

Browse files
committed
forgot to revert tweak for testing
1 parent 7fa8e6d commit a9b325e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/project/instances/instance/SerialConsolePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export function SerialConsolePage() {
137137
</Link>
138138

139139
<div className="gutter relative w-full shrink grow overflow-hidden">
140-
{connectionStatus !== 'connecting' && <ConnectingSkeleton />}
140+
{connectionStatus === 'connecting' && <ConnectingSkeleton />}
141141
{connectionStatus === 'error' && <ErrorSkeleton />}
142142
{connectionStatus === 'closed' && !canConnect && (
143143
<CannotConnect instanceState={instanceData.runState} />

0 commit comments

Comments
 (0)