diff --git a/src/components/HealthChecks/HealthChecks.tsx b/src/components/HealthChecks/HealthChecks.tsx index cd45145..1bef236 100644 --- a/src/components/HealthChecks/HealthChecks.tsx +++ b/src/components/HealthChecks/HealthChecks.tsx @@ -99,7 +99,7 @@ export function HealthChecks({ online, onStepValid }: Props) { const onSave = () => { let url = address; - if (port) { + if (port && port != "80" && port != "443") { url += ":" + port; }