mirror of https://github.com/dap-ps/discover.git
Change downvote to reflect correct value
This commit is contained in:
parent
416a530657
commit
c3b50bf0d1
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue