From 7ed5f1102189dc2036d9a927bbbc57ecab679e0e Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Tue, 9 Oct 2018 14:16:20 +0200 Subject: [PATCH] quickfix: "onWalletTypeRequest" second parameter --- src/components/modals/device/WalletType/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modals/device/WalletType/index.js b/src/components/modals/device/WalletType/index.js index 8ee7dc0c..93786c8f 100644 --- a/src/components/modals/device/WalletType/index.js +++ b/src/components/modals/device/WalletType/index.js @@ -116,7 +116,7 @@ class WalletType extends Component { Standard Wallet

Continue to access your standard wallet.

- this.changeType(false)}>Go to your standard wallet + this.changeType(false, device.state)}>Go to your standard wallet