diff --git a/libs/remix-ui/run-tab/src/lib/components/solScanTable.tsx b/libs/remix-ui/run-tab/src/lib/components/solScanTable.tsx index f9d6b4b910..80ea2f0cb2 100644 --- a/libs/remix-ui/run-tab/src/lib/components/solScanTable.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/solScanTable.tsx @@ -13,14 +13,15 @@ export function SolScanTable(props: SolScanTableProps) { return ( <>
Scanning successful! {scanDetails.length} warnings found for file: {fileName}
-See the warning details below. For more details, Sign up with SolidityScan
+See the warning details below. For more details, Sign up with SolidityScan
ID | NAME | SEVERITY | +CONFIDENCE | DESCRIPTION | +REMEDIATION |
{template.template_details.issue_id} | {template.template_details.issue_name} | {template.template_details.issue_severity} | +{template.template_details.issue_confidence} | {parse(template.template_details.static_issue_description)} | +{template.template_details.issue_remediation ? parse(template.template_details.issue_remediation) : 'Not Available' } |