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();