From 4ca1f13fcfa7dd2673be6172bdd0f391fcb6b2c2 Mon Sep 17 00:00:00 2001 From: Dilmurod Date: Thu, 6 Nov 2025 14:11:08 +0500 Subject: [PATCH] Shift&co-driver Info copy & copy button bug fixed --- src/Components/Tasks/ShiftInfo/ShiftDataTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], ]), ]