mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-03 03:25:24 +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}
|
handleOnUserPress={handleOnUserPress}
|
||||||
isLoggedIn={isLoggedIn}
|
isLoggedIn={isLoggedIn}
|
||||||
isShowMoreButton={commentNumber === 1 && item.children > 0}
|
isShowMoreButton={commentNumber === 1 && item.children > 0}
|
||||||
voteCount={item.vote_count}
|
voteCount={item.net_votes}
|
||||||
isShowSubComments={isShowSubComments}
|
isShowSubComments={isShowSubComments}
|
||||||
key={item.permlink}
|
key={item.permlink}
|
||||||
marginLeft={marginLeft}
|
marginLeft={marginLeft}
|
||||||
|
Loading…
Reference in New Issue
Block a user