Change downvote to reflect correct value

This commit is contained in:
andytudhope 2019-07-10 07:20:14 +02:00
parent 416a530657
commit c3b50bf0d1
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +129,8 @@ export const fetchVoteRatingAction = (dapp, isUpvote, sntValue) => {
dapp.id,
)
// balanceDownBy, votesRequired, cost
rating = parseInt(downVoteEffect.c, 10)
downVoteSntValue = downVoteEffect.c
rating = parseInt(downVoteEffect.b, 10)
downVoteSntValue = downVoteEffect.b
} catch (e) {
return
}