diff --git a/shyftBlockExplorerUI/src/components/table/internalTransactions/internalRow.js b/shyftBlockExplorerUI/src/components/table/internalTransactions/internalRow.js
index c5ea468852..bc7dac8533 100644
--- a/shyftBlockExplorerUI/src/components/table/internalTransactions/internalRow.js
+++ b/shyftBlockExplorerUI/src/components/table/internalTransactions/internalRow.js
@@ -25,11 +25,7 @@ class InternalTransactionsTable extends Component {
}
render() {
- const table = this.state.data.map((data, i) => {
-
- console.log(data);
-
-
+ const table = this.state.data.map((data, i) => {
const conversion = data.Rewards / 10000000000000000000;
return
| Block Hash | -Action | -To | -From | -Gas | -Gas Used | -ID | -Input | -Output | -Time | -Value | +Block Hash | +Action | +To | +From | +Gas | +Gas Used | +ID | +Input | +Output | +Time | +Value |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| props.detailBlockHandler(props.Number)}> - {props.Hash} - | +
+ props.detailInternalHandler(props.Hash)}>
+ {props.Hash}
+
+ |
{props.Action} | {props.To} | {props.From} | {props.Gas} | -props.getBlocksMined(props.Coinbase)}>{props.Coinbase} | +{props.ID} | -- - | - + | + + | ++ + | {props.Time} | {props.Value} | + +