diff --git a/common/components/WalletDecrypt/WalletDecrypt.tsx b/common/components/WalletDecrypt/WalletDecrypt.tsx index 7e759f87..15b9e95c 100644 --- a/common/components/WalletDecrypt/WalletDecrypt.tsx +++ b/common/components/WalletDecrypt/WalletDecrypt.tsx @@ -341,6 +341,7 @@ const WalletDecrypt = withRouter( key={walletType} name={translateRaw(wallet.lid)} description={translateRaw(wallet.description)} + icon={wallet.icon} helpLink={wallet.helpLink} walletType={walletType} isSecure={true}