Browse Source

05/25/2021 04:27:17 PM MST

master
coldstar 3 years ago
parent
commit
3352622b30
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      views/address.pug

+ 2
- 2
views/address.pug View File

@@ -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()}

Loading…
Cancel
Save