Browse Source

locale numbers

readme
Mayank 5 years ago
parent
commit
8fe634e42a
  1. 2
      src/components/LightningWallet.vue

2
src/components/LightningWallet.vue

@ -85,7 +85,7 @@
<span class="font-weight-bold">
<span v-if="tx.type === 'incoming'">+</span>
<span v-else>-</span>
{{ tx.amount }}
{{ tx.amount.toLocaleString() }}
</span>
</div>

Loading…
Cancel
Save