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}
|
||||
name={translateRaw(wallet.lid)}
|
||||
description={translateRaw(wallet.description)}
|
||||
icon={wallet.icon}
|
||||
helpLink={wallet.helpLink}
|
||||
walletType={walletType}
|
||||
isSecure={true}
|
||||
|
|
Loading…
Reference in New Issue