mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 12:21:31 +03:00
Merge pull request #740 from esteemapp/bugfix/commentVote
fixed wrong vote count
This commit is contained in:
commit
21425f74dc
@ -57,7 +57,7 @@ class CommentsView extends PureComponent {
|
||||
handleOnUserPress={handleOnUserPress}
|
||||
isLoggedIn={isLoggedIn}
|
||||
isShowMoreButton={commentNumber === 1 && item.children > 0}
|
||||
voteCount={item.vote_count}
|
||||
voteCount={item.net_votes}
|
||||
isShowSubComments={isShowSubComments}
|
||||
key={item.permlink}
|
||||
marginLeft={marginLeft}
|
||||
|
Loading…
Reference in New Issue
Block a user