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 80ea2f0cb2..b8d797b586 100644 --- a/libs/remix-ui/run-tab/src/lib/components/solScanTable.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/solScanTable.tsx @@ -12,35 +12,35 @@ 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

- - - - - - - - - - - - { - Array.from(scanDetails, (template) => { - return ( - - - - - - - - ) - }) - } +

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

+

See the warning details below. For more details, Sign up with SolidityScan

+
NAMESEVERITYCONFIDENCEDESCRIPTIONREMEDIATION
{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' }
+ + + + + + + + + + + { + Array.from(scanDetails, (template) => { + return ( + + + + + + + + ) + }) + } - -
NAMESEVERITYCONFIDENCEDESCRIPTIONREMEDIATION
{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' }
+ + ) } diff --git a/libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx b/libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx index 3b912f7437..abc3a95c20 100644 --- a/libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx @@ -406,7 +406,7 @@ export function UniversalDappUI(props: UdappProps) { )} }> - + { props.isPinnedContract && props.instance.pinnedAt ? (