We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb6406 commit 57428a6Copy full SHA for 57428a6
templates/demo/app/components/blockchain.js
@@ -62,7 +62,6 @@ class Blockchain extends React.Component {
62
type="text"
63
defaultValue={this.state.valueSet}
64
onChange={(e) => this.handleChange(e)} />
65
- {' '}
66
<Button bsStyle="primary" onClick={(e) => this.setValue(e)}>Set Value</Button>
67
<HelpBlock>Once you set the value, the transaction will need to be mined and then the value will be updated on the blockchain.</HelpBlock>
68
</FormGroup>
0 commit comments