Skip to content

Commit

Permalink
Update SslCert.tsx
Browse files Browse the repository at this point in the history
esta línea está repetida
  • Loading branch information
PhiRequiem authored Jan 18, 2024
1 parent 299925d commit 0db0b04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Results/SslCert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ 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} /> }
{/* // 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 0db0b04

Please sign in to comment.