diff --git a/packages/console/src/pages/Users/index.tsx b/packages/console/src/pages/Users/index.tsx index 36fdcd177..f74a243e6 100644 --- a/packages/console/src/pages/Users/index.tsx +++ b/packages/console/src/pages/Users/index.tsx @@ -33,7 +33,7 @@ const userTableColumn = 3; const usersPathname = '/users'; const createUserPathname = `${usersPathname}/create`; -const buildDetailsPathname = (id: string) => `${usersPathname}/id`; +const buildDetailsPathname = (id: string) => `${usersPathname}/${id}`; const Users = () => { const { pathname } = useLocation();