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

Add key prop to an iterable component

This commit is contained in:
Vasek Mlejnsky 2018-08-17 07:04:35 +02:00
parent 4b9ebce7d0
commit ecda8645a5

View File

@ -105,6 +105,7 @@ const AccountMenu = (props: Props): ?React$Element<string> => {
return (
<RowAccount
key={account.index}
accountIndex={account.index}
balance={balance}
url={url}