mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-23 06:21:06 +00:00
Add key prop
This commit is contained in:
parent
6fabec6e5c
commit
d3da73ddc5
@ -125,7 +125,9 @@ class PendingTransactions extends Component<Props> {
|
||||
<Wrapper>
|
||||
<H2>Pending transactions</H2>
|
||||
{this.getPendingTransactions().map(tx => (
|
||||
<TransactionWrapper>
|
||||
<TransactionWrapper
|
||||
key={tx.id}
|
||||
>
|
||||
<TransactionIcon
|
||||
color={() => this.getTransactionIconColors(tx).color}
|
||||
background={() => this.getTransactionIconColors(tx).background}
|
||||
|
Loading…
Reference in New Issue
Block a user