Skip to content

Commit

Permalink
Remove commented out duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 authored Feb 28, 2024
1 parent 0db0b04 commit f4dd5d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Results/SslCert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ const SslCertCard = (props: { data: any, title: string, actionButtons: any }): J
{ valid_from && <DataRow lbl="Renewed" val={formatDate(valid_from)} /> }
{ serialNumber && <DataRow lbl="Serial Num" val={serialNumber} /> }
{ fingerprint && <DataRow lbl="Fingerprint" val={fingerprint} /> }
{/* // this line is repeated
{ fingerprint && <DataRow lbl="Fingerprint" val={fingerprint} /> } */}
{ ext_key_usage && <ListRow title="Extended Key Usage" list={getExtendedKeyUsage(ext_key_usage)} /> }

</Card>
Expand Down

0 comments on commit f4dd5d7

Please sign in to comment.