Skip to content

Commit fc272f3

Browse files
mustard-mhjeanp413
authored andcommitted
💄
1 parent fd002ed commit fc272f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/gitpod-shared/portsview/src/porttable/PortLocalAddress.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PortHoverActions
2222
{port}
2323
alwaysShow
24-
on:command={(e) => { console.log(e); dispatch("command", { command: e.detail, port}) }}
24+
on:command={(e) => { dispatch("command", { command: e.detail, port}) }}
2525
>
2626
<!-- svelte-ignore a11y-invalid-attribute -->
2727
<a on:click={() => { openAddr(); return false; }} href="javascript:void(0)">{port.status.exposed.url}</a>

0 commit comments

Comments
 (0)