From baf45c47ebbeb57c996ea35db5c068d750161acd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Jun 2026 23:56:01 +0000 Subject: [PATCH] Tidy SSH defaults formatting --- .../[orgId]/settings/resources/public/[niceId]/ssh/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/[orgId]/settings/resources/public/[niceId]/ssh/page.tsx b/src/app/[orgId]/settings/resources/public/[niceId]/ssh/page.tsx index 6ef4f2af2..653db10c5 100644 --- a/src/app/[orgId]/settings/resources/public/[niceId]/ssh/page.tsx +++ b/src/app/[orgId]/settings/resources/public/[niceId]/ssh/page.tsx @@ -193,11 +193,11 @@ function SshServerForm({ : null, destination: isNativeInitially ? "" - : (firstBrowserGatewayTarget?.ip ?? ""), + : (firstBrowserGatewayTarget?.ip ?? ""), destinationPort: isNativeInitially ? "22" : firstBrowserGatewayTarget - ? String(firstBrowserGatewayTarget.port) + ? String(firstBrowserGatewayTarget.port) : "22" } });