From be34d85fdd6c9da4b589946ed15d482f409f71d4 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Fri, 5 Oct 2018 09:26:49 +0200 Subject: [PATCH] removed comments --- src/views/Landing/components/InstallBridge/index.js | 3 --- 1 file changed, 3 deletions(-) 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; }