fix: always show ip and useragent in certificate

This commit is contained in:
Mythie
2025-04-17 12:49:08 +10:00
parent f1526315f5
commit 278cd8a9de

View File

@ -249,6 +249,10 @@ export default function SigningCertificate({ loaderData }: Route.ComponentProps)
{signature.secondaryId}
</span>
</p>
</>
) : (
<p className="text-muted-foreground">N/A</p>
)}
<p className="text-muted-foreground mt-2 text-sm print:text-xs">
<span className="font-medium">{_(msg`IP Address`)}:</span>{' '}
@ -263,10 +267,6 @@ export default function SigningCertificate({ loaderData }: Route.ComponentProps)
{getDevice(logs.DOCUMENT_RECIPIENT_COMPLETED[0]?.userAgent)}
</span>
</p>
</>
) : (
<p className="text-muted-foreground">N/A</p>
)}
</TableCell>
<TableCell truncate={false} className="w-[min-content] align-top">