18559: Link from users panel to user profile page.
[arvados-workbench2.git] / src / routes / routes.ts
index b0eb7918e1482fd066db6d8bb62bb60a4187a379..205ae08fdd3c21978dddb1cc8316d3512d9e0ad8 100644 (file)
@@ -100,6 +100,8 @@ export const getProcessLogUrl = (uuid: string) => `/process-logs/${uuid}`;
 
 export const getGroupUrl = (uuid: string) => `/group/${uuid}`;
 
+export const getUserProfileUrl = (uuid: string) => `/user/${uuid}`;
+
 export interface ResourceRouteParams {
     id: string;
 }