From d84d5c82eca3a89e82a0868b6a753558a2deede0 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Thu, 20 Jun 2024 19:45:34 +0530 Subject: [PATCH] update result --- libs/remix-ui/solidity-compiler/src/lib/solScanTable.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/remix-ui/solidity-compiler/src/lib/solScanTable.tsx b/libs/remix-ui/solidity-compiler/src/lib/solScanTable.tsx index 5b88a7a713..5e7a3b4838 100644 --- a/libs/remix-ui/solidity-compiler/src/lib/solScanTable.tsx +++ b/libs/remix-ui/solidity-compiler/src/lib/solScanTable.tsx @@ -14,8 +14,8 @@ export function SolScanTable(props: SolScanTableProps) { return ( <>
-

Scanning successful! {scanDetails.length} warnings found for file: {fileName}

-

See the warning details below. For more details,  +

SolidityScan result for {fileName}:
+

{scanDetails.length} warnings found. See the warning details below. For more details,  _paq.push(['trackEvent', 'solidityCompiler', 'solidityScan', 'goToSolidityScan'])}> @@ -38,7 +38,7 @@ export function SolScanTable(props: SolScanTableProps) { Array.from(scanDetails, (template, index) => { return ( - {index + 1} + {index + 1}. {template.template_details.issue_name} {template.template_details.issue_severity} {template.template_details.issue_confidence}