diff --git a/src/app/ssh/SshClient.tsx b/src/app/ssh/SshClient.tsx index 0c96f1355..86f5bdda4 100644 --- a/src/app/ssh/SshClient.tsx +++ b/src/app/ssh/SshClient.tsx @@ -190,26 +190,22 @@ export default function SshClient({ if (error) { return ( -
{error}
+{error}
+ {connectError} +
+ )} + +{connectError}
- )} - -