Skip to content

Commit a767fb9

Browse files
author
crzypatchwork
committed
hdao fix
1 parent e865cd4 commit a767fb9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

src/pages/display/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ export default class Display extends Component {
665665
this.state.claim.length == 0 ?
666666
<p>{this.state.hdao}</p>
667667
:
668-
<a href='#' onClick={() => this.context.batch_claim(this.state.claim)}>
668+
<a onClick={() => this.context.batch_claim(this.state.claim)}>
669669
<Primary>{this.state.hdao + parseInt(this.state.claim.map(e => e.hdao_balance).reduce((a, b) => a + b, 0) / 1000000)}</Primary>
670670
</a>
671671
}

0 commit comments

Comments
 (0)