diff --git a/src/components/tx/security/safenet/index.tsx b/src/components/tx/security/safenet/index.tsx index a067c76565..b4b934120c 100644 --- a/src/components/tx/security/safenet/index.tsx +++ b/src/components/tx/security/safenet/index.tsx @@ -68,7 +68,7 @@ function _getSafeTxHash({ safe, chainId, safeTx }: Required { if (simulation.results.length === 0) { - return

No SafeNet checks enabled...

+ return No SafeNet checks enabled... } const guarantees = _groupResultGuarantees(simulation) diff --git a/src/components/tx/security/safenet/styles.module.css b/src/components/tx/security/safenet/styles.module.css index b662754ced..d398edd6e1 100644 --- a/src/components/tx/security/safenet/styles.module.css +++ b/src/components/tx/security/safenet/styles.module.css @@ -8,4 +8,4 @@ .errorSummary { padding: calc(var(--space-1) * 2) calc(var(--space-2) * 2) var(--space-1) calc(var(--space-2) * 2); -} \ No newline at end of file +}