From d088c7503cd0a356d260ac63a896f1ce5025f2ef Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 5 Feb 2018 13:26:06 +0100 Subject: count coins being spent properly --- src/webex/pages/popup.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/webex/pages/popup.tsx') 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)} {" "} -- cgit v1.2.3