diff --git a/public/views/index.html b/public/views/index.html index 1a49bd8..1b072ec 100644 --- a/public/views/index.html +++ b/public/views/index.html @@ -52,7 +52,7 @@ {{tx.txid}} - {{tx.valueOut}} BTC + {{$root.currency.getConvertion(tx.valueOut) || tx.valueOut + ' BTC'}}