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));
|
||||
};
|
||||
|
||||
private handleNullConnect(): void {
|
||||
private handleNullConnect = (): void => {
|
||||
return this.handleConnect();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue