diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d74d82..7b727f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - (2022-07-22) Notifier service created - replaces snackbar used for reporting invalid viewing key. Notifier component created - used to apply custom style to message sent by Notifier service. + -- + fix display of values in item list when using satoshis - (2022-07-21) user.service.ts - Function updateOwner() removed - not needed anymore. - Response Error 500 (Invalid Viewing Key) catched in diff --git a/src/app/items/item-list/item-list.component.html b/src/app/items/item-list/item-list.component.html index 6b3a23b..4bfd447 100644 --- a/src/app/items/item-list/item-list.component.html +++ b/src/app/items/item-list/item-list.component.html @@ -30,9 +30,9 @@ {{(item.cost/zecPrice) | number: '1.08'}} [{{item.cost | number: '1.02' | currency: getCurrency() }}] -

- ⓩ(item.cost/zecPrice)*100000000 | number: '1.0-0'}} + ⓩ{{(item.cost/zecPrice)*100000000 | number: '1.0-0'}}