mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
fix: handle older cert data
This commit is contained in:
@ -214,9 +214,7 @@ export default async function SigningCertificate({ searchParams }: SigningCertif
|
|||||||
<p className="text-muted-foreground mt-1 text-sm print:text-xs">
|
<p className="text-muted-foreground mt-1 text-sm print:text-xs">
|
||||||
<span className="font-medium">Device:</span>{' '}
|
<span className="font-medium">Device:</span>{' '}
|
||||||
<span className="inline-block">
|
<span className="inline-block">
|
||||||
{getDevice(
|
{getDevice(logs.DOCUMENT_RECIPIENT_COMPLETED[0]?.userAgent)}
|
||||||
logs.DOCUMENT_RECIPIENT_COMPLETED[0]?.userAgent ?? 'Unknown',
|
|
||||||
)}
|
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user