diff --git a/src/components/DashboardPage/truckSchedule/TruckScheduleDashboard.tsx b/src/components/DashboardPage/truckSchedule/TruckScheduleDashboard.tsx
index 1588085..b89aa44 100644
--- a/src/components/DashboardPage/truckSchedule/TruckScheduleDashboard.tsx
+++ b/src/components/DashboardPage/truckSchedule/TruckScheduleDashboard.tsx
@@ -499,9 +499,9 @@ const TruckScheduleDashboard: React.FC = () => {
{t("Truck Schedule")}
{t("Time Remaining")}
{t("No. of Shops")}
- {t("Total Items")}
{t("Tickets Released")}
{t("Tickets Completed")}
+ {t("Total Items")}
{t("First Ticket Start")}
{t("Last Ticket End")}
{t("Pick Time (min)")}
@@ -561,11 +561,6 @@ const TruckScheduleDashboard: React.FC = () => {
{row.numberOfShopsToServe} [{row.numberOfPickTickets}]
-
-
- {row.totalItemsToPick}
-
-
{
color={row.numberOfTicketsCompleted > 0 ? 'success' : 'default'}
/>
+
+
+ {row.totalItemsToPick}
+
+
{formatDateTime(row.firstTicketStartTime)}