mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
fix
This commit is contained in:
@@ -54,14 +54,6 @@ const TABS: { id: SettingsTab; label: string; icon: React.ReactNode }[] = [
|
||||
{ id: "documents", label: "Documents", icon: <FileCheck size={16} /> },
|
||||
];
|
||||
|
||||
const TAB_ORDER: SettingsTab[] = [
|
||||
"company",
|
||||
"contact",
|
||||
"gm",
|
||||
"poa",
|
||||
"documents",
|
||||
];
|
||||
|
||||
export default function SettingsPage() {
|
||||
const navigate = useNavigate();
|
||||
const queryClient = useQueryClient();
|
||||
|
||||
Reference in New Issue
Block a user