We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31aaa1e commit d38cc75Copy full SHA for d38cc75
site/src/components/PortForwardButton/PortForwardButton.tsx
@@ -125,7 +125,7 @@ export const PortForwardButton: React.FC<PortForwardButtonProps> = (props) => {
125
<Cond condition={host !== ""}>
126
<EnabledView {...props} />
127
</Cond>
128
- <Cond condition={host === ""}>
+ <Cond>
129
<DisabledView {...props} />
130
131
</ChooseOne>
0 commit comments