Commit 4c21b909 authored by LianaHus's avatar LianaHus

format html code

parent 5556f0ea
...@@ -23,10 +23,10 @@ module.exports = React.createClass({ ...@@ -23,10 +23,10 @@ module.exports = React.createClass({
return ( return (
<div> <div>
<div>Trasnaction details</div> <div>Trasnaction details</div>
<input onChange={this.updateBlockN} type="text" placeholder={this.state.blockNumber}></input> <input onChange={this.updateBlockN} type="text" placeholder={this.state.blockNumber}></input>
<input onChange={this.updateTxN} type="text" placeholder={this.state.txNumber}></input> <input onChange={this.updateTxN} type="text" placeholder={this.state.txNumber}></input>
<button onClick={this.submit}>Get</button> <button onClick={this.submit}>Get</button>
</div> </div>
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment