mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 17:28:10 +00:00
Add key prop to an iterable component
This commit is contained in:
parent
4b9ebce7d0
commit
ecda8645a5
@ -105,6 +105,7 @@ const AccountMenu = (props: Props): ?React$Element<string> => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<RowAccount
|
<RowAccount
|
||||||
|
key={account.index}
|
||||||
accountIndex={account.index}
|
accountIndex={account.index}
|
||||||
balance={balance}
|
balance={balance}
|
||||||
url={url}
|
url={url}
|
||||||
|
Loading…
Reference in New Issue
Block a user