Display contribution balances not token balances
We want to display the contribution balances (kredits earned) of the contributors not the token balances.
This commit is contained in:
@@ -8,6 +8,8 @@ export default EmberObject.extend({
|
||||
id: bignumber('idRaw', 'toString'),
|
||||
account: null,
|
||||
balance: kreditsValue('balanceRaw'),
|
||||
totalKreditsEarned: bignumber('totalKreditsEarnedRaw', 'toNumber'),
|
||||
contributionsCount: bignumber('contributionsCountRaw', 'toNumber'),
|
||||
isCore: false,
|
||||
ipfsHash: null,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user