Skip to content

Commit

Permalink
Merge pull request #72 from PhiRequiem/patch-1
Browse files Browse the repository at this point in the history
Update SslCert.tsx
  • Loading branch information
Lissy93 committed Feb 28, 2024
2 parents aff5ea5 + f4dd5d7 commit 0a1023c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Results/SslCert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +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} /> }
{ 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 0a1023c

Please sign in to comment.