mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-02 13:33:06 +00:00
Ignore port when 80 or 443
This commit is contained in:
parent
18cffa0e02
commit
60ba6e385e
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user