From 0ae447f3dbd9b0898cd8090c34b512f6bad523c0 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Thu, 10 Jul 2025 19:59:35 +0000 Subject: [PATCH] fix(client): make the userId optional in the document details page for now --- frontend/src/components/FileIntegrityDisplay.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/FileIntegrityDisplay.tsx b/frontend/src/components/FileIntegrityDisplay.tsx index 634caaa..1d10f3a 100644 --- a/frontend/src/components/FileIntegrityDisplay.tsx +++ b/frontend/src/components/FileIntegrityDisplay.tsx @@ -28,7 +28,7 @@ interface FileIntegrityDisplayProps { mimeType: string; createdAt: string; updatedAt: string; - userId: string; + userId?: string; compact?: boolean; } @@ -325,7 +325,7 @@ const FileIntegrityDisplay: React.FC = ({ Uploaded By