|
|
@ -14,11 +14,11 @@ export function SolScanTable(props: SolScanTableProps) { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<> |
|
|
|
<> |
|
|
|
<p>Scanning successful! <b>{scanDetails.length} warnings </b> found for file: <b>{fileName}</b></p> |
|
|
|
<p>Scanning successful! <b>{scanDetails.length} warnings </b> found for file: <b>{fileName}</b></p> |
|
|
|
<p>See the warning details below. For more details, |
|
|
|
<p>See the warning details below. For more details,
|
|
|
|
<a href="https://solidityscan.com/signup" |
|
|
|
<a href="https://solidityscan.com/signup" |
|
|
|
target='_blank' |
|
|
|
target='_blank' |
|
|
|
onClick={() => _paq.push(['trackEvent', 'udapp', 'solidityScan', 'goToSolidityScan'])}> |
|
|
|
onClick={() => _paq.push(['trackEvent', 'udapp', 'solidityScan', 'goToSolidityScan'])}> |
|
|
|
Go to SolidityScan |
|
|
|
go to SolidityScan |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<table className="table table-bordered table-hover"> |
|
|
|
<table className="table table-bordered table-hover"> |
|
|
|