From 4ad55900854b6c23e955589140c5d61c6eb9c39a Mon Sep 17 00:00:00 2001 From: coldstar Date: Tue, 25 May 2021 20:24:42 -0700 Subject: [PATCH] 05/25/2021 08:24:42 PM MST --- views/address.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/address.pug b/views/address.pug index b1c8d9e..fe3865f 100644 --- a/views/address.pug +++ b/views/address.pug @@ -11,8 +11,8 @@ block content table(class="table") tr - th(class="table-active properties-header") Balance - td(class="monospace") #{balance}.toLocaleString() + th(class="table-active properties-header") Balance (including unconfirmed) + td(class="monospace") #{balance} tr th(class="table-active properties-header") Recieved - td(class="monospace") #{received}.toLocaleString() + td(class="monospace") #{received}