mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-25 18:38:51 +00:00
Fix Trezor throwing on connect (#330)
This commit is contained in:
parent
3434ab4ef9
commit
5b81c42d27
@ -125,7 +125,7 @@ export default class TrezorDecrypt extends Component<Props, State> {
|
|||||||
this.props.onUnlock(new TrezorWallet(address, this.state.dPath, index));
|
this.props.onUnlock(new TrezorWallet(address, this.state.dPath, index));
|
||||||
};
|
};
|
||||||
|
|
||||||
private handleNullConnect(): void {
|
private handleNullConnect = (): void => {
|
||||||
return this.handleConnect();
|
return this.handleConnect();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user