Merge pull request #2125 from MyCryptoHQ/release/1.2.2.1

Add an icon to the wallets in the middle row
This commit is contained in:
Connor Bryan 2018-08-17 15:57:42 -05:00 committed by GitHub
commit 16ba70d61a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}