Skip to content

Commit

Permalink
Merge pull request #12128 from transcom/MAIN-B-18328-amw-konstance-Up…
Browse files Browse the repository at this point in the history
…date-Scheduled-Pickup-Date

B-18328 adjusted to accommodate showing the actual move date correctly - going into MAIN branch
  • Loading branch information
JamesHawks224 authored Mar 1, 2024
2 parents a5c406a + bde9a12 commit d4ed469
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const ShipmentDetailsMain = ({
plannedMoveDate={plannedMoveDate ? formatDateWithUTC(plannedMoveDate) : null}
requestedDeliveryDate={requestedDeliveryDate ? formatDateWithUTC(requestedDeliveryDate) : null}
scheduledDeliveryDate={scheduledDeliveryDate ? formatDateWithUTC(scheduledDeliveryDate) : null}
actualDeliveryDate={actualMoveDate ? formatDateWithUTC(actualDeliveryDate) : null}
actualMoveDate={actualMoveDate ? formatDateWithUTC(actualMoveDate) : null}
isPPM={shipmentType === SHIPMENT_OPTIONS.PPM}
/>
)}
Expand Down

0 comments on commit d4ed469

Please sign in to comment.