diff --git a/src/components/comments/view/commentsView.js b/src/components/comments/view/commentsView.js index 7b89e86d3..6b1972200 100644 --- a/src/components/comments/view/commentsView.js +++ b/src/components/comments/view/commentsView.js @@ -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}