Commit f1f883a5 authored by yann300's avatar yann300

indent

parent 0898e10a
......@@ -80,7 +80,7 @@ module.exports = React.createClass({
</div>
);
},
renderStorageRow: function(data)
{
var ret = []
......
......@@ -14,11 +14,11 @@ module.exports = React.createClass({
<div style={style.wrapper} >
<h1 style={style.container} >Eth Debugger</h1>
<TxBrowser onNewTxRequested={this.retrieveVmTrace} />
<div style={style.container} >{this.state.state}</div>
<div style={style.container} >{this.state.state}</div>
<VmTraceBrowser vmTrace={this.state.vmTrace} />
</div>
);
},
},
retrieveVmTrace: function(blockNumber, txNumber)
{
......
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