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 */} - - + + ); };