Skip to content

Commit

Permalink
Update Copy (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
dternyak authored Jun 1, 2018
1 parent 9cffcc6 commit 043e1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/details/tx-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class TxDetailsClass extends React.Component<Props, State> {
<p>{toKB(transaction.tx_size)}</p>
</div>
<div className="Details-body-section-content-input">
<p>Mixin</p>
<p>Ring Size</p>
<p>{transaction.mixin}</p>
</div>
<div className="Details-body-section-content-input">
Expand Down Expand Up @@ -191,7 +191,7 @@ export class TxDetailsClass extends React.Component<Props, State> {
<table className="Details-body-section-table Details-body-section-content">
<thead>
<tr>
<th>Public Key</th>
<th>Stealth Address</th>
{!!transaction.outputs[0].amount && <th>Amount</th>}
</tr>
</thead>
Expand Down

0 comments on commit 043e1da

Please sign in to comment.