Fix condition

pull/85/head
Vladimir Volek 6 years ago
parent 8ac60bd125
commit c3e984301e

@ -102,7 +102,7 @@ export default (props: Props) => {
<LandingContent>
{true && <BrowserNotSupported />}
{shouldShowUnsupportedBrowser && <BrowserNotSupported />}
{shouldShowInstallBridge && <InstallBridge browserState={browserState} />}
{(shouldShowConnectDevice || shouldShowDisconnectDevice) && (

Loading…
Cancel
Save