mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-18 16:46:38 +00:00
better position columns
This commit is contained in:
parent
54ee9417db
commit
e456a76d19
@ -22,19 +22,19 @@ const Transactions = ({transactions, showLoadMore, loadMore}) => (
|
|||||||
</Link>
|
</Link>
|
||||||
</CardTitleIdenticon>
|
</CardTitleIdenticon>
|
||||||
<Row>
|
<Row>
|
||||||
<Col>
|
<Col md={6}>
|
||||||
<strong>Block number</strong>
|
<strong>Block number</strong>
|
||||||
<div>{transaction.blockNumber}</div>
|
<div>{transaction.blockNumber}</div>
|
||||||
</Col>
|
</Col>
|
||||||
<Col>
|
<Col md={6}>
|
||||||
<strong>From</strong>
|
<strong>From</strong>
|
||||||
<div>{transaction.from}</div>
|
<div>{transaction.from}</div>
|
||||||
</Col>
|
</Col>
|
||||||
<Col>
|
<Col md={6}>
|
||||||
<strong>To</strong>
|
<strong>To</strong>
|
||||||
<div>{transaction.to}</div>
|
<div>{transaction.to}</div>
|
||||||
</Col>
|
</Col>
|
||||||
<Col>
|
<Col md={6}>
|
||||||
<strong>Type</strong>
|
<strong>Type</strong>
|
||||||
<div>{transaction.to ? "Contract Call" : "Contract Creation"}</div>
|
<div>{transaction.to ? "Contract Call" : "Contract Creation"}</div>
|
||||||
</Col>
|
</Col>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user