mirror of
https://github.com/Lissy93/web-check.git
synced 2025-05-28 14:17:54 +02:00
Remove commented out duplicate line
This commit is contained in:
parent
0db0b044b2
commit
f4dd5d7a31
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user