req detail page tweak

This commit is contained in:
x032205
2025-12-09 14:09:43 -05:00
parent b24a648855
commit 06ff87b586

View File

@@ -43,7 +43,7 @@ export const RequestDetailsSection = ({ request }: Props) => {
</GenericFieldLabel>
<GenericFieldLabel label="Requester Email">{request.requesterEmail}</GenericFieldLabel>
<GenericFieldLabel label="Account Path">{accountPath}</GenericFieldLabel>
<GenericFieldLabel label="Duration">{accessDuration}</GenericFieldLabel>
<GenericFieldLabel label="Access Duration">{accessDuration}</GenericFieldLabel>
{request.justification && (
<GenericFieldLabel label="Justification">
<p className="rounded-sm bg-mineshaft-600 p-2 text-xs break-words">