Add an icon to the middle row
This commit is contained in:
parent
1308b6193d
commit
1527ae098b
|
@ -341,6 +341,7 @@ const WalletDecrypt = withRouter<Props>(
|
||||||
key={walletType}
|
key={walletType}
|
||||||
name={translateRaw(wallet.lid)}
|
name={translateRaw(wallet.lid)}
|
||||||
description={translateRaw(wallet.description)}
|
description={translateRaw(wallet.description)}
|
||||||
|
icon={wallet.icon}
|
||||||
helpLink={wallet.helpLink}
|
helpLink={wallet.helpLink}
|
||||||
walletType={walletType}
|
walletType={walletType}
|
||||||
isSecure={true}
|
isSecure={true}
|
||||||
|
|
Loading…
Reference in New Issue