mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-24 16:08:11 +00:00
Fix condition
This commit is contained in:
parent
8ac60bd125
commit
c3e984301e
@ -102,7 +102,7 @@ export default (props: Props) => {
|
||||
|
||||
<LandingContent>
|
||||
|
||||
{true && <BrowserNotSupported />}
|
||||
{shouldShowUnsupportedBrowser && <BrowserNotSupported />}
|
||||
{shouldShowInstallBridge && <InstallBridge browserState={browserState} />}
|
||||
|
||||
{(shouldShowConnectDevice || shouldShowDisconnectDevice) && (
|
||||
|
Loading…
Reference in New Issue
Block a user