Browse Source

05/25/2021 08:24:42 PM MST

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

+ 3
- 3
views/address.pug View File

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

Loading…
Cancel
Save