diff --git a/shyftBlockExplorerUI/src/components/table/blocks/blocksMined.js b/shyftBlockExplorerUI/src/components/table/blocks/blocksMined.js index 63ccb3eac3..68db6029a8 100644 --- a/shyftBlockExplorerUI/src/components/table/blocks/blocksMined.js +++ b/shyftBlockExplorerUI/src/components/table/blocks/blocksMined.js @@ -33,18 +33,18 @@ class BlocksMinedTable extends Component { let combinedClasses = ['responsive-table', classes.table]; return ( - + - - - - - - - - - - + + + + + + + + + + {table} diff --git a/shyftBlockExplorerUI/src/components/table/blocks/blocksMinedTable.js b/shyftBlockExplorerUI/src/components/table/blocks/blocksMinedTable.js index 8f30d218dd..952a2fbf75 100644 --- a/shyftBlockExplorerUI/src/components/table/blocks/blocksMinedTable.js +++ b/shyftBlockExplorerUI/src/components/table/blocks/blocksMinedTable.js @@ -5,19 +5,19 @@ import { Link } from 'react-router-dom' const MinedBlockTable = (props) => { return ( - - + - - - - - - - - - + + + + + + + + + ) diff --git a/shyftBlockExplorerUI/src/containers/App.js b/shyftBlockExplorerUI/src/containers/App.js index 36f41137e7..224f3a3dab 100644 --- a/shyftBlockExplorerUI/src/containers/App.js +++ b/shyftBlockExplorerUI/src/containers/App.js @@ -72,11 +72,9 @@ class App extends Component { detailAccountHandler = async(addr) => { - console.log("[DETAIL ACCOUNT Handler]"); - try { const response = await axios.get(`http://localhost:8080/api/get_account_txs/${addr}`) - await this.setState({ accountDetailData: response.data, reqAccount: addr, overlayTriggered: true, overlayContent: "account" }) + await this.setState({ accountDetailData: response.data, reqAccount: addr, overlayTriggered: false }) } catch(error) { console.log(error) @@ -257,9 +255,7 @@ class App extends Component { /> -
- +
-
- {/* */} +
HeightBlock HashAgeTxnUnclesCoinbaseGasUsedGasLimitAvg.GasPriceRewardHeightBlock HashAgeTxnUnclesCoinbaseGasUsedGasLimitAvg.GasPriceReward
props.detailBlockHandler(props.Number)}> +
props.detailBlockHandler(props.Number)}> {props.Number} {props.Hash}{props.AgeGet}{props.TxCount}{props.UncleCount}{props.Coinbase}{props.GasUsed}{props.GasLimit}TBD{props.Reward}{props.Hash}{props.AgeGet}{props.TxCount}{props.UncleCount}{props.Coinbase}{props.GasUsed}{props.GasLimit}TBD{props.Reward}