Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Jun 11, 2024
1 parent c10003c commit 4402c31
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ export const getPortTableRows = (
`.${KURTOSIS_CLOUD_HOST}`;
}
} else if (window.env !== undefined && window.env.domain !== undefined) {
link =
`https://` + `${port.number}-${shortUUID(serviceUUID)}-${shortUUID(enclaveUUID)}` + `.${window.env.domain}`;
link = `https://${port.number}-${shortUUID(serviceUUID)}-${shortUUID(enclaveUUID)}.${window.env.domain}`;
} else {
link = `${port.maybeApplicationProtocol ? port.maybeApplicationProtocol + "://" : ""}${publicIp}:${
publicPorts[name].number
Expand Down

0 comments on commit 4402c31

Please sign in to comment.