mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-02 11:15:35 +03:00
Merge pull request #2001 from ecency/nt/peakd-formula
fixed median typo
This commit is contained in:
commit
bd0e2c39fd
@ -97,7 +97,7 @@ export const fetchGlobalProps = async () => {
|
||||
parseToken(get(globalDynamic, 'total_vesting_shares'))) *
|
||||
1e6;
|
||||
const hbdPrintRate = get(globalDynamic, 'hbd_print_rate');
|
||||
const base = parseAsset(get(medianHistory, 'current_median_history.quote')).amount;
|
||||
const base = parseAsset(get(medianHistory, 'current_median_history.base')).amount;
|
||||
const quote = parseAsset(get(medianHistory, 'current_median_history.quote')).amount;
|
||||
const fundRecentClaims = get(rewardFund, 'recent_claims');
|
||||
const fundRewardBalance = parseToken(get(rewardFund, 'reward_balance'));
|
||||
|
Loading…
Reference in New Issue
Block a user