From 3352622b30cfdc45e3b15ebb916eee8faa0992b5 Mon Sep 17 00:00:00 2001 From: coldstar Date: Tue, 25 May 2021 16:27:17 -0700 Subject: [PATCH] 05/25/2021 04:27:17 PM MST --- views/address.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/address.pug b/views/address.pug index 780983d..dca883b 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()}