Skip to content

Commit 7326ccc

Browse files
author
crzypatchwork
committed
hdao fix
1 parent a2dead8 commit 7326ccc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
850db32bd3429fd647d86a6b4307593890c8a1a3

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)