From 657e0bffc3ebca2111ca1ecb40c218e2d081924c Mon Sep 17 00:00:00 2001 From: natib21 Date: Sat, 27 Jun 2026 08:30:01 +0000 Subject: [PATCH] fix ui --- .../backoffice/src/pages/operations/FirstMilePage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/edr-freight-web/backoffice/src/pages/operations/FirstMilePage.tsx b/apps/edr-freight-web/backoffice/src/pages/operations/FirstMilePage.tsx index 075efd34c..4cbe12b53 100644 --- a/apps/edr-freight-web/backoffice/src/pages/operations/FirstMilePage.tsx +++ b/apps/edr-freight-web/backoffice/src/pages/operations/FirstMilePage.tsx @@ -407,7 +407,6 @@ const FirstMilePage = () => { paidBookings.filter( (booking) => booking.tradeDirection === "EXPORT" && - Boolean(booking.firstMilePickupAddress?.trim()) && !existingFirstMileBookingIds.has(booking.id), ), [existingFirstMileBookingIds, paidBookings],