diff --git a/src/views/Wallet/views/AccountSend/components/PendingTransactions/index.js b/src/views/Wallet/views/AccountSend/components/PendingTransactions/index.js index 30b71781..1fedbc22 100644 --- a/src/views/Wallet/views/AccountSend/components/PendingTransactions/index.js +++ b/src/views/Wallet/views/AccountSend/components/PendingTransactions/index.js @@ -125,7 +125,9 @@ class PendingTransactions extends Component {

Pending transactions

{this.getPendingTransactions().map(tx => ( - + this.getTransactionIconColors(tx).color} background={() => this.getTransactionIconColors(tx).background}