1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

Fixed removed function in key

This commit is contained in:
Vladimir Volek 2018-10-04 15:01:58 +02:00 committed by Szymon Lesisz
parent 8d9d459553
commit 73c67d3d83

View File

@ -47,7 +47,7 @@ class CoinMenu extends Component {
hasBorder
/>
{coins.map(coin => (
<a key={this.getCoinUrl(coin.id)} href={coin.url}>
<a key={coin.id} href={coin.url}>
<RowCoin
coin={{
name: coin.coinName,