From a4a58d264af026a49420706bdbd51fbdf6e4a337 Mon Sep 17 00:00:00 2001 From: ghost2023 Date: Wed, 17 Jun 2026 13:43:35 +0300 Subject: [PATCH] fix --- apps/edr-freight-web/portal/src/pages/SettingsPage.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/edr-freight-web/portal/src/pages/SettingsPage.tsx b/apps/edr-freight-web/portal/src/pages/SettingsPage.tsx index 14141b3cd..6f0b17022 100644 --- a/apps/edr-freight-web/portal/src/pages/SettingsPage.tsx +++ b/apps/edr-freight-web/portal/src/pages/SettingsPage.tsx @@ -54,14 +54,6 @@ const TABS: { id: SettingsTab; label: string; icon: React.ReactNode }[] = [ { id: "documents", label: "Documents", icon: }, ]; -const TAB_ORDER: SettingsTab[] = [ - "company", - "contact", - "gm", - "poa", - "documents", -]; - export default function SettingsPage() { const navigate = useNavigate(); const queryClient = useQueryClient();