mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-24 13:53:23 +03:00
Merge pull request #1209 from ausbitbank/patch-1
Typo: vote_perecent to vote_percent
This commit is contained in:
commit
ededc5746f
@ -165,7 +165,7 @@ const parseActiveVotes = (post, currentUserName) => {
|
||||
|
||||
if (!isEmpty(post.active_votes)) {
|
||||
forEach(post.active_votes, value => {
|
||||
post.vote_perecent = value.voter === currentUserName ? value.percent : null;
|
||||
post.vote_percent = value.voter === currentUserName ? value.percent : null;
|
||||
value.value = (value.rshares * ratio).toFixed(3);
|
||||
value.reputation = getReputation(get(value, 'reputation'));
|
||||
value.percent /= 100;
|
||||
|
Loading…
Reference in New Issue
Block a user