eSteem Mobile V2 (V2.0.6) - An Account Estimated Balance Isn't Displaying.
Project Information
- Repository:
https://github.com/esteemapp/esteem-mobile
Project Name: eSteem Mobile v2
Publisher: esteemapp
Expected behavior
I expect an account estimation value to display the total sum of steem, steem power, Steem dollars and steem available in savings.
Actual behavior
An account estimated value isn't displaying.
How to reproduce
- Launch app.
- Click on wallet icon from the bottom right.
Bug
Browser/App version:
eSteem Mobile V2 (V2.0.6)
Possible Fix
I have little idea on codes. So my findings might be totally wrong.
After checking UserWallet.jsx from steemit/condenser, i was able to see the lines of codes that displays user's estimated value.
When i checked wallet.js, on esteemapp/esteem-mobile repo, i wasn't able to see any code to display same output.
Here is the code i copied from UserWallet.jsx from steemit/condenser.
// set displayed estimated value
const total_sbd =
sbd_balance +
sbd_balance_savings +
savings_sbd_pending +
sbdOrders +
conversionValue;
const total_steem =
vesting_steem +
balance_steem +
saving_balance_steem +
savings_pending +
steemOrders;
let total_value =
'$' +
numberWithCommas(
(total_steem * price_per_steem + total_sbd).toFixed(2)
);
Operating system:
Android 0 & 5.1