diff --git a/src/components/upvote/container/upvoteContainer.js b/src/components/upvote/container/upvoteContainer.js index 14e818100..e1810a038 100644 --- a/src/components/upvote/container/upvoteContainer.js +++ b/src/components/upvote/container/upvoteContainer.js @@ -111,6 +111,7 @@ const UpvoteContainer = (props) => { setIsVoted(true); } + setTotalPayout(totalPayout + amountNum); //update redux const postId = get(content, 'post_id'); const vote = {