diff --git a/src/Components/Tasks/ShiftInfo/ShiftDataTab.tsx b/src/Components/Tasks/ShiftInfo/ShiftDataTab.tsx index 3614f75..e901f0e 100644 --- a/src/Components/Tasks/ShiftInfo/ShiftDataTab.tsx +++ b/src/Components/Tasks/ShiftInfo/ShiftDataTab.tsx @@ -60,7 +60,7 @@ const ShiftDataTab: React.FC = ({ recordTask }) => { ["Co-driver pickup time", coDriverInfo.coDriverPickUpTime], ["Co-driver pickup location", coDriverInfo.coDriverPickUpLocation], ["Co-driver drop date", coDriverInfo.coDriverDropDate], - ["Co-driver drop time", coDriverInfo.coDriverDropDate], + ["Co-driver drop time", coDriverInfo.coDriverDropTime], ["Co-driver drop location", coDriverInfo.coDriverDropLocation], ]), ]