Skip to content

Commit 57428a6

Browse files
committed
Removed spacer
1 parent dbb6406 commit 57428a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/demo/app/components/blockchain.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class Blockchain extends React.Component {
6262
type="text"
6363
defaultValue={this.state.valueSet}
6464
onChange={(e) => this.handleChange(e)} />
65-
{' '}
6665
<Button bsStyle="primary" onClick={(e) => this.setValue(e)}>Set Value</Button>
6766
<HelpBlock>Once you set the value, the transaction will need to be mined and then the value will be updated on the blockchain.</HelpBlock>
6867
</FormGroup>

0 commit comments

Comments
 (0)