Skip to content

Commit d38cc75

Browse files
fix: Port forward button (coder#4238)
1 parent 31aaa1e commit d38cc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/PortForwardButton/PortForwardButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const PortForwardButton: React.FC<PortForwardButtonProps> = (props) => {
125125
<Cond condition={host !== ""}>
126126
<EnabledView {...props} />
127127
</Cond>
128-
<Cond condition={host === ""}>
128+
<Cond>
129129
<DisabledView {...props} />
130130
</Cond>
131131
</ChooseOne>

0 commit comments

Comments
 (0)