Skip to content

Commit

Permalink
back to miniscule
Browse files Browse the repository at this point in the history
  • Loading branch information
dkent600 committed Jun 19, 2020
1 parent 89b917f commit 792ac50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class ProposalSummary extends React.Component<IProps> {
{detailView ?
<div className={css.summaryDetails}>
To contract at: <pre><a href={linkToEtherScan(proposal.genericScheme.contractToCall)} target="_blank" rel="noopener noreferrer">{proposal.genericScheme.contractToCall}</a></pre>
With callData: <pre>{truncateWithEllipses(proposal.genericScheme.callData, 42)}<CopyToClipboard value={proposal.genericScheme.callData} /></pre>
with callData: <pre>{truncateWithEllipses(proposal.genericScheme.callData, 42)}<CopyToClipboard value={proposal.genericScheme.callData} /></pre>
</div>
: ""
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default class ProposalSummary extends React.Component<IProps, IState> {
<div className={css.summaryDetails}>
To contract at:
<pre><a href={linkToEtherScan(proposal.genericScheme.contractToCall)} target="_blank" rel="noopener noreferrer">{proposal.genericScheme.contractToCall}</a></pre>
Sending to contract:
sending to contract:
<pre className={sendsETH ? css.warning : ""}>{formatTokens(proposal.genericScheme.value)} ETH</pre>
</div>
: ""
Expand Down

0 comments on commit 792ac50

Please sign in to comment.