Skip to content

Commit

Permalink
feat(case-details-card): update API usage
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras authored and satello committed May 28, 2019
1 parent 5d10c85 commit 25a747d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/case-details-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,10 @@ const CaseDetailsCard = ({ ID }) => {
: 0
)
API.putJustifications(drizzle.web3, drizzleState.account, {
IDs: votesData.voteIDs,
appeal: dispute2.votesLengths.length - 1,
disputeID: ID,
justification
justification,
voteIDs: votesData.voteIDs
})
}
},
Expand Down

0 comments on commit 25a747d

Please sign in to comment.