diff --git a/templates/demo/app/components/blockchain.js b/templates/demo/app/components/blockchain.js
index e6e3dfce0..b9e5e313c 100644
--- a/templates/demo/app/components/blockchain.js
+++ b/templates/demo/app/components/blockchain.js
@@ -62,7 +62,6 @@ class Blockchain extends React.Component {
type="text"
defaultValue={this.state.valueSet}
onChange={(e) => this.handleChange(e)} />
- {' '}
Once you set the value, the transaction will need to be mined and then the value will be updated on the blockchain.