Removed spacer

This commit is contained in:
Richard Ramos 2018-04-27 11:48:44 -04:00
parent dbb640642b
commit 57428a65c6
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ class Blockchain extends React.Component {
type="text" type="text"
defaultValue={this.state.valueSet} defaultValue={this.state.valueSet}
onChange={(e) => this.handleChange(e)} /> onChange={(e) => this.handleChange(e)} />
{' '}
<Button bsStyle="primary" onClick={(e) => this.setValue(e)}>Set Value</Button> <Button bsStyle="primary" onClick={(e) => this.setValue(e)}>Set Value</Button>
<HelpBlock>Once you set the value, the transaction will need to be mined and then the value will be updated on the blockchain.</HelpBlock> <HelpBlock>Once you set the value, the transaction will need to be mined and then the value will be updated on the blockchain.</HelpBlock>
</FormGroup> </FormGroup>