From 80b7141f30ebdc2c91e92819d003edfa5e98a71f Mon Sep 17 00:00:00 2001 From: Marshal Date: Thu, 20 Aug 2026 07:16:18 +0000 Subject: [PATCH] fix(portal): surface document upload on cleared bookings until payment --- .../src/pages/bookings/clearance/ClearanceFlow.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/apps/edr-freight-web/portal/src/pages/bookings/clearance/ClearanceFlow.tsx b/apps/edr-freight-web/portal/src/pages/bookings/clearance/ClearanceFlow.tsx index 83d963e34..fd8739a4a 100644 --- a/apps/edr-freight-web/portal/src/pages/bookings/clearance/ClearanceFlow.tsx +++ b/apps/edr-freight-web/portal/src/pages/bookings/clearance/ClearanceFlow.tsx @@ -209,17 +209,6 @@ export function ClearanceFlow({ booking, flow, footer }: ClearanceFlowProps) { )} - {/* Clearance is done but the shipment is not paid yet: documents stay - open, so say so — otherwise the upload box below reads as leftover UI. */} - {canUpload && !isInitialUpload && status !== "DOCUMENTS_UNDER_REVIEW" ? ( - - - Need to send something else? You can still add documents to this - shipment until it is paid. - - - ) : null} - {canUpload ? (