- {{! reserves height if the balance is loading asynchronously }}
+ {{! reserves height if the balance is loading asynchronously }}
{{#if content.networkBalance}}
{{wei-to-ethers content.networkBalance}}
{{else}}
{{assetBalance}}
{{/if}}
- {{content.networkUnit}}
+ {{content.networkUnit}}
{{!-- TODO you can use the "get-rate" helper to get the rate object used for the currency conversion
Rate as of {{get (get-rate content.networkUnit 'USD' content.todaysRate) 'gmtDate'}} 0:00 GMT
--}}
{{#if content.networkBalance}}
- ≈ {{currency-symbol currency}}{{convert-currency content.networkUnit currency content.networkBalance content.todaysRatesLookup.rates}}
+ {{currency-symbol currency}}{{convert-currency content.networkUnit currency content.networkBalance content.todaysRatesLookup.rates}}
{{else}}
- ≈ {{currency-symbol currency}}{{assetValue}}
+ {{currency-symbol currency}}{{assetValue}}
{{/if}}
- {{currency}}
+ {{currency}}
+