Add an icon to the middle row

This commit is contained in:
Connor Bryan 2018-08-17 15:42:59 -05:00
parent 1308b6193d
commit 1527ae098b
1 changed files with 1 additions and 0 deletions

View File

@ -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}