mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
removed comments
This commit is contained in:
parent
6addcb6cde
commit
be34d85fdd
@ -21,7 +21,6 @@ type InstallTarget = {
|
|||||||
preferred: boolean;
|
preferred: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
// { id: 'Windows', value: 'trezor-bridge-2.0.11-win32-install.exe', label: 'Windows' },
|
|
||||||
type State = {
|
type State = {
|
||||||
currentVersion: string;
|
currentVersion: string;
|
||||||
latestVersion: string;
|
latestVersion: string;
|
||||||
@ -30,8 +29,6 @@ type State = {
|
|||||||
uri: string;
|
uri: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
// import type { Props } from './index';
|
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
transport: $ElementType<TrezorConnectState, 'transport'>;
|
transport: $ElementType<TrezorConnectState, 'transport'>;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user