fix: Port forward button (#4238)

This commit is contained in:
Bruno Quaresma
2022-09-28 14:19:04 +00:00
committed by GitHub
parent 31aaa1ed59
commit d38cc75f31
@@ -125,7 +125,7 @@ export const PortForwardButton: React.FC<PortForwardButtonProps> = (props) => {
<Cond condition={host !== ""}>
<EnabledView {...props} />
</Cond>
<Cond condition={host === ""}>
<Cond>
<DisabledView {...props} />
</Cond>
</ChooseOne>