stellar-deprecated / account-viewer

DEPRECATED. Go to https://github.com/stellar/account-viewer-v2
Apache License 2.0
62 stars 65 forks source link

Fix balance rendering when using ledgers #103

Closed vcarl closed 4 years ago

vcarl commented 4 years ago

We were formatting the string twice, once in the balance widget controller and again in the template. I suspect that the comma thousands separator breaks the template formatting logic, changing it to do a simple string format fixes the issue.

Fixes #104