Fixed removed function in key

pull/108/merge
Vladimir Volek 6 years ago committed by Szymon Lesisz
parent 8d9d459553
commit 73c67d3d83

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

Loading…
Cancel
Save