From 8ec664d61f856d12f708eba025431030317b91d4 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:12:55 +0000 Subject: [PATCH] final --- frontend/src/core/components/shared/AppConfigModal.tsx | 2 -- .../shared/config/configSections/AdminUsageSection.tsx | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/core/components/shared/AppConfigModal.tsx b/frontend/src/core/components/shared/AppConfigModal.tsx index d11da7fa0..cf3e8e066 100644 --- a/frontend/src/core/components/shared/AppConfigModal.tsx +++ b/frontend/src/core/components/shared/AppConfigModal.tsx @@ -86,8 +86,6 @@ const AppConfigModal: React.FC = ({ opened, onClose }) => { // Left navigation structure and icons const configNavSections = useMemo(() => createConfigNavSections( - Overview, - handleLogout, isAdmin, runningEE ), diff --git a/frontend/src/core/components/shared/config/configSections/AdminUsageSection.tsx b/frontend/src/core/components/shared/config/configSections/AdminUsageSection.tsx index b7a0fb718..fedb09b7c 100644 --- a/frontend/src/core/components/shared/config/configSections/AdminUsageSection.tsx +++ b/frontend/src/core/components/shared/config/configSections/AdminUsageSection.tsx @@ -192,8 +192,8 @@ const AdminUsageSection: React.FC = () => { {/* Chart and Table */} - - + + ); };