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:
@@ -6,7 +6,7 @@
|
||||
{{contributor.name}}
|
||||
</td>
|
||||
<td class="kredits">
|
||||
<span class="amount">{{contributor.balance}}</span>
|
||||
<span class="amount">{{contributor.totalKreditsEarned}}</span>
|
||||
<span class="symbol">₭S</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user