From eb181a67b77da2b6b2ebf04e3d22e03d32494511 Mon Sep 17 00:00:00 2001 From: coldstar Date: Tue, 25 May 2021 16:25:58 -0700 Subject: [PATCH] 05/25/2021 04:25:58 PM MST --- views/address.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/address.pug b/views/address.pug index 76e4cff..780983d 100644 --- a/views/address.pug +++ b/views/address.pug @@ -12,7 +12,7 @@ block content table(class="table") tr th(class="table-active properties-header") Balance - td(class="monospace") #{(balance/100000000).toLocaleString()} + td(class="monospace") #{balance)/100000000).toLocaleString()} tr th(class="table-active properties-header") Recieved - td(class="monospace") #{(received/100000000).toLocaleString()} + td(class="monospace") #{received)/100000000.toLocaleString()}