diff --git a/frontend/src/App.js b/frontend/src/App.js index 3e25b8d..fda9353 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -1012,6 +1012,11 @@ export default function App() { {currentPage === 'compliance' && } {currentPage === 'knowledge-base' && } {currentPage === 'exports' && } + {currentPage === 'admin' && isAdmin() && ( +
+ setCurrentPage('home')} /> +
+ )} {/* User Management Modal */} {showUserManagement && (