1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-23 23:48:07 +00:00

Fix condition

This commit is contained in:
Vladimir Volek 2018-09-26 12:17:54 +02:00
parent 8ac60bd125
commit c3e984301e

View File

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