Skip to content

Commit

Permalink
hdao fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crzypatchwork committed Oct 20, 2021
1 parent e865cd4 commit a767fb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pages/display/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 665,7 @@ export default class Display extends Component {
this.state.claim.length == 0 ?
<p>{this.state.hdao}</p>
:
<a href='#' onClick={() => this.context.batch_claim(this.state.claim)}>
<a onClick={() => this.context.batch_claim(this.state.claim)}>
<Primary>{this.state.hdao parseInt(this.state.claim.map(e => e.hdao_balance).reduce((a, b) => a b, 0) / 1000000)}</Primary>
</a>
}
Expand Down

0 comments on commit a767fb9

Please sign in to comment.