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:
parent
8d9d459553
commit
73c67d3d83
@ -47,7 +47,7 @@ class CoinMenu extends Component {
|
|||||||
hasBorder
|
hasBorder
|
||||||
/>
|
/>
|
||||||
{coins.map(coin => (
|
{coins.map(coin => (
|
||||||
<a key={this.getCoinUrl(coin.id)} href={coin.url}>
|
<a key={coin.id} href={coin.url}>
|
||||||
<RowCoin
|
<RowCoin
|
||||||
coin={{
|
coin={{
|
||||||
name: coin.coinName,
|
name: coin.coinName,
|
||||||
|
Loading…
Reference in New Issue
Block a user