From b6759e0b6c3be3af9ac5e43a0d7f86d349dc9a1c Mon Sep 17 00:00:00 2001 From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:51:13 -0700 Subject: [PATCH] fixed zIndex-jungle --- apps/dispatch/app/(app)/pilot/page.tsx | 6 +++--- apps/dispatch/app/_components/map/Map.tsx | 2 +- .../app/tracker/_components/ConnectedDispatcher.tsx | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/dispatch/app/(app)/pilot/page.tsx b/apps/dispatch/app/(app)/pilot/page.tsx index af023c97..f68a358b 100644 --- a/apps/dispatch/app/(app)/pilot/page.tsx +++ b/apps/dispatch/app/(app)/pilot/page.tsx @@ -33,20 +33,20 @@ const PilotPage = () => {
+
{new Date(d.esimatedLogoutTime).toLocaleTimeString([], { hour: "2-digit", minute: "2-digit", @@ -76,7 +76,7 @@ export const ConnectedDispatcher = () => {