mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
fixed wrong vote count
This commit is contained in:
parent
9a3b5b0399
commit
8949b03988
@ -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