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],