From bf3ebf4c6c8d0a57a2233ef121c8348fe27ce9e8 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 24 Jun 2023 23:53:51 +0100 Subject: [PATCH] Updates SSL cert result card --- src/components/Results/SslCert.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Results/SslCert.tsx b/src/components/Results/SslCert.tsx index e9571c1..dc69577 100644 --- a/src/components/Results/SslCert.tsx +++ b/src/components/Results/SslCert.tsx @@ -1,6 +1,5 @@ import styled from 'styled-components'; -import { Whois } from 'utils/result-processor'; import colors from 'styles/colors'; import Card from 'components/Form/Card'; import Heading from 'components/Form/Heading'; @@ -70,7 +69,7 @@ const ListRow = (props: { list: string[], title: string }) => { const { list, title } = props; return ( <> - {title} + {title} { list.map((entry: string, index: number) => { return ( { entry }