diff --git a/src/wallet.ts b/src/wallet.ts index 95e7246fb..7c8aa7729 100644 --- a/src/wallet.ts +++ b/src/wallet.ts @@ -1849,7 +1849,7 @@ export class Wallet { return balance; } for (const c of t.payReq.coins) { - addTo(balance, "pendingIncoming", Amounts.parseOrThrow(c.contribution), c.exchange_url); + addTo(balance, "pendingPayment", Amounts.parseOrThrow(c.contribution), c.exchange_url); } return balance; } diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx index 134ee6dea..6bba10141 100644 --- a/src/webex/pages/popup.tsx +++ b/src/webex/pages/popup.tsx @@ -282,7 +282,8 @@ class WalletBalanceView extends React.Component { if (Amounts.isNonZero(entry.pendingPayment)) { payment = ( - + + {"-"} {renderAmount(entry.pendingPayment)} {" "}