Skip to content

Commit

Permalink
fix(create-dispute): fix broadcast tx handler
Browse files Browse the repository at this point in the history
  • Loading branch information
0xferit committed Sep 11, 2019
1 parent ba9cb57 commit 048ba6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create-dispute.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ class CreateDispute extends React.Component {
<Button variant="secondary" onClick={this.onModalClose}>
Close
</Button>
<Button variant="primary" onClick={this.onModalClose}>
<Button variant="primary" onClick={this.onCreateDisputeButtonClick}>
Broadcast Transaction
</Button>
</Modal.Footer>
Expand Down

0 comments on commit 048ba6b

Please sign in to comment.