From e97e874bd18a6f16a299a6fdf6e543439b9fc1c9 Mon Sep 17 00:00:00 2001 From: Marshal Date: Thu, 20 Aug 2026 04:27:16 +0000 Subject: [PATCH] fix issue --- .../components/bookings/detail/ClearanceReviewSection.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/edr-freight-web/backoffice/src/components/bookings/detail/ClearanceReviewSection.tsx b/apps/edr-freight-web/backoffice/src/components/bookings/detail/ClearanceReviewSection.tsx index fe58a6029..291bc0d05 100644 --- a/apps/edr-freight-web/backoffice/src/components/bookings/detail/ClearanceReviewSection.tsx +++ b/apps/edr-freight-web/backoffice/src/components/bookings/detail/ClearanceReviewSection.tsx @@ -623,11 +623,6 @@ function DocReviewCard({ {hasFile ? doc.file!.name : "Not uploaded by customer"} - {hasFile && doc.uploadedAt ? ( - - Uploaded {formatDateTime(doc.uploadedAt)} - - ) : null}