|
|
@ -151,4 +151,4 @@ module.exports = React.createClass({ |
|
|
|
if (this.props.vmTrace.vmtrace[index].address && this.state.currentAddress !== this.props.vmTrace.vmtrace[index].address) |
|
|
|
if (this.props.vmTrace.vmtrace[index].address && this.state.currentAddress !== this.props.vmTrace.vmtrace[index].address) |
|
|
|
this.state.currentAddress = this.props.vmTrace.vmtrace[index].address |
|
|
|
this.state.currentAddress = this.props.vmTrace.vmtrace[index].address |
|
|
|
}, |
|
|
|
}, |
|
|
|
}) |
|
|
|
}) |
|
|
|