From c3e984301ef55547925562ba8336d5afc053c567 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 26 Sep 2018 12:17:54 +0200 Subject: [PATCH] Fix condition --- src/views/Landing/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Landing/index.js b/src/views/Landing/index.js index aa6e2066..3da5dd4a 100644 --- a/src/views/Landing/index.js +++ b/src/views/Landing/index.js @@ -102,7 +102,7 @@ export default (props: Props) => { - {true && } + {shouldShowUnsupportedBrowser && } {shouldShowInstallBridge && } {(shouldShowConnectDevice || shouldShowDisconnectDevice) && (