diff --git a/src/views/Landing/components/InstallBridge/index.js b/src/views/Landing/components/InstallBridge/index.js index 02dce7a7..3e7557d5 100644 --- a/src/views/Landing/components/InstallBridge/index.js +++ b/src/views/Landing/components/InstallBridge/index.js @@ -21,7 +21,6 @@ type InstallTarget = { preferred: boolean; } -// { id: 'Windows', value: 'trezor-bridge-2.0.11-win32-install.exe', label: 'Windows' }, type State = { currentVersion: string; latestVersion: string; @@ -30,8 +29,6 @@ type State = { uri: string; } -// import type { Props } from './index'; - type Props = { transport: $ElementType; }