From d910af847e07a0e779d0b5d3a8c516673fad71f3 Mon Sep 17 00:00:00 2001 From: jramos Date: Mon, 6 Apr 2026 16:25:59 -0600 Subject: [PATCH] fix: wire up admin page route to render UserManagement component --- frontend/src/App.js | 5 +++++ 1 file changed, 5 insertions(+) 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 && (