mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 19:31:54 +03:00
updating vote amount in real time
This commit is contained in:
parent
0891929ee0
commit
7195442e38
@ -111,6 +111,7 @@ const UpvoteContainer = (props) => {
|
||||
setIsVoted(true);
|
||||
}
|
||||
|
||||
setTotalPayout(totalPayout + amountNum);
|
||||
//update redux
|
||||
const postId = get(content, 'post_id');
|
||||
const vote = {
|
||||
|
Loading…
Reference in New Issue
Block a user